Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Forked from PeteMichaud/gist:2892496
Created September 30, 2015 20:28
Show Gist options
  • Save Teino1978-Corp/6ace4430c4b402bb417b to your computer and use it in GitHub Desktop.
Save Teino1978-Corp/6ace4430c4b402bb417b 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