test/dummy/config/routes.rb in roar-0.8.3 vs test/dummy/config/routes.rb in roar-0.9.0
- old
+ new
@@ -1,7 +1,7 @@
Dummy::Application.routes.draw do
match ':controller(/:action(/:id(.:format)))'
root :to => 'musician#index'
resources :albums
resources :songs
- get "articles/starts_with/{query}", :to => "albums#search",:as => :album_search
+ get "articles/starts_with/{query}", :to => "albums#search",:class => :album_search
end