Sha256: b181f9da5b1d9684cea31b5cbbc540bc5dd071307875549b35e8007789faae88
Contents?: true
Size: 241 Bytes
Versions: 14
Compression:
Stored size: 241 Bytes
Contents
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",:class => :album_search end
Version data entries
14 entries across 14 versions & 1 rubygems