Skip to content

Instantly share code, notes, and snippets.

@arjan0307
Created May 17, 2012 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arjan0307/2719622 to your computer and use it in GitHub Desktop.
Save arjan0307/2719622 to your computer and use it in GitHub Desktop.
Nested routes without parent routes
# How to get just the comment routes, and not the post routes
resources :posts do
resources :comments
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment