Skip to content

Instantly share code, notes, and snippets.

@carllerche
Created August 15, 2008 21:50
Show Gist options
  • Save carllerche/5659 to your computer and use it in GitHub Desktop.
Save carllerche/5659 to your computer and use it in GitHub Desktop.
Router.prepare do |r|
r.resources :user do |u|
u.resources :comments
end
r.resources :articles do |u|
u.resouces :comments
end
r.resources :comments
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment