Skip to content

Instantly share code, notes, and snippets.

@mikebaldry
Created September 28, 2012 15:54
Show Gist options
  • Select an option

  • Save mikebaldry/3800646 to your computer and use it in GitHub Desktop.

Select an option

Save mikebaldry/3800646 to your computer and use it in GitHub Desktop.
resources :cars, :except => :index do
collection do
post :index
end
member do
get :registration_details
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment