test/dummy/config/routes.rb in roar-rails-0.0.13 vs test/dummy/config/routes.rb in roar-rails-0.0.14
- old
+ new
@@ -1,5 +1,7 @@
Dummy::Application.routes.draw do
- match ':controller(/:action(/:id(.:format)))'
- root :to => 'musician#index'
+ get ':controller(/:action(/:id(.:format)))'
+ post ':controller(/:action(/:id(.:format)))'
+ put ':controller(/:action(/:id(.:format)))'
+ delete ':controller(/:action(/:id(.:format)))'
resources :singers
end