Skip to content

Instantly share code, notes, and snippets.

@mediocretes
Created January 29, 2013 21:52
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 mediocretes/4668267 to your computer and use it in GitHub Desktop.
Save mediocretes/4668267 to your computer and use it in GitHub Desktop.
Routing for Braintree Callbacks
scope 'callbacks' do
post "revenue" => "callbacks#revenue"
get "*callbacks" => "callbacks#verify"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment