Displaying 1 result from an estimated 1 matches for "44e642c8".
2006 Aug 14
2
Another try with REST
I''m using edge rails.
My routes.rb is:
map.connect '':controller/service.wsdl'', :action => ''wsdl''
# Install the default route as the lowest priority.
map.connect '':controller/:action/:id''
map.resources :team <---- THIS LINE ADDED BY ME
Also have a team_controller.rb, a team.rb model and scaffolding for it.
If I