Skip to content

Instantly share code, notes, and snippets.

@beaucollins
Forked from Ravenna/gist:1502681
Created December 20, 2011 19:19
Show Gist options
  • Save beaucollins/1502825 to your computer and use it in GitHub Desktop.
Save beaucollins/1502825 to your computer and use it in GitHub Desktop.
routes
# resources :recommendations, :has_many => :approvals
resources :recommendations, :shallow => true do
resources :approvals
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment