Created
August 15, 2008 21:50
-
-
Save carllerche/5659 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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