Skip to content

Instantly share code, notes, and snippets.

@rocodev-tech
Created June 12, 2014 21:39
Show Gist options
  • Select an option

  • Save rocodev-tech/9fbc240df87f620fe05c to your computer and use it in GitHub Desktop.

Select an option

Save rocodev-tech/9fbc240df87f620fe05c to your computer and use it in GitHub Desktop.
config/routes.rb
resources :products do
member do
post :add_to_cart
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment