Skip to content

Instantly share code, notes, and snippets.

@arn-e
Created November 15, 2012 19:00
Show Gist options
  • Save arn-e/4080487 to your computer and use it in GitHub Desktop.
Save arn-e/4080487 to your computer and use it in GitHub Desktop.
routes catch all
MusicService::Application.routes.draw do
resources :albums
resources :artists
resources :songs
match ':artist_name' => 'artists#search_by_artist'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment