Skip to content

Instantly share code, notes, and snippets.

@perezpaya
Created March 28, 2016 23:04
Show Gist options
  • Save perezpaya/e6710262a08b95559adb to your computer and use it in GitHub Desktop.
Save perezpaya/e6710262a08b95559adb to your computer and use it in GitHub Desktop.
get 'companies' => 'company#index'
namespace :webhooks do
post 'company_market_updates' => 'company_market_updates#update'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment