Skip to content

Instantly share code, notes, and snippets.

@lscott3
Created December 20, 2011 03:43
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 lscott3/1500132 to your computer and use it in GitHub Desktop.
Save lscott3/1500132 to your computer and use it in GitHub Desktop.
nested resource
scope "/:vanity_url" do
resources :companies, :path => '/clients' do
resources :service_records
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment