Class: Chargify::HooksController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Chargify::HooksController
- Defined in:
- app/controllers/chargify/hooks_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
4 5 6 7 8 9 |
# File 'app/controllers/chargify/hooks_controller.rb', line 4 def create Chargify::Loops.delegate_hook params[:event].to_sym, params[:payload].stringify_keys! head :ok end |