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

Version Path
roar-0.11.7 test/dummy/config/routes.rb
roar-0.11.6 test/dummy/config/routes.rb
roar-0.11.5 test/dummy/config/routes.rb
roar-0.11.4 test/dummy/config/routes.rb
roar-0.11.3 test/dummy/config/routes.rb
roar-0.11.2 test/dummy/config/routes.rb
roar-0.11.1 test/dummy/config/routes.rb
roar-0.11.0 test/dummy/config/routes.rb
roar-0.10.2 test/dummy/config/routes.rb
roar-0.10.1 test/dummy/config/routes.rb
roar-0.10.0 test/dummy/config/routes.rb
roar-0.9.2 test/dummy/config/routes.rb
roar-0.9.1 test/dummy/config/routes.rb
roar-0.9.0 test/dummy/config/routes.rb