Skip to content

Instantly share code, notes, and snippets.

@arn-e
Created November 15, 2012 19:49
Show Gist options
  • Save arn-e/4080805 to your computer and use it in GitHub Desktop.
Save arn-e/4080805 to your computer and use it in GitHub Desktop.
Music Service 2
MusicService::Application.routes.draw do
resources :albums
resources :artists
resources :songs
match ':artist_name(/:album_name(/:song_name))' => 'artists#search_by_multiple_criteria'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment