Skip to content

Instantly share code, notes, and snippets.

@chintanparikh
Created June 10, 2012 10:38
Show Gist options
  • Save chintanparikh/2904903 to your computer and use it in GitHub Desktop.
Save chintanparikh/2904903 to your computer and use it in GitHub Desktop.
resources :categories do
resources :sections do
get :index => 'category#show'
resources :listings
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment