Updated for Rails 2.3.

This commit is contained in:
Eric Davis
2009-09-07 16:35:40 -07:00
parent 5f277b9656
commit ef394da702
2 changed files with 4 additions and 1 deletions

3
config/routes.rb Normal file
View File

@@ -0,0 +1,3 @@
ActionController::Routing::Routes.draw do |map|
map.resources :rates
end