Sha256: 25cb54f7102f51157b76d1a68ede9534c82768b8321b526037ebdea4ef8d4610

Contents?: true

Size: 238 Bytes

Versions: 4

Compression:

Stored size: 238 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",:as => :album_search
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
roar-0.8.3 test/dummy/config/routes.rb
roar-0.8.2 test/dummy/config/routes.rb
roar-0.8.1 test/dummy/config/routes.rb
roar-0.8.0 test/dummy/config/routes.rb