Skip to content

Instantly share code, notes, and snippets.

@PeteMichaud
Created June 7, 2012 23:57
Show Gist options
  • Save PeteMichaud/2892496 to your computer and use it in GitHub Desktop.
Save PeteMichaud/2892496 to your computer and use it in GitHub Desktop.
resources :lawfirms, :only => [ :show, :new, :create, :lawyer ] do
collection do
get :lawyers
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment