Class: Chargify::HooksController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/chargify/hooks_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



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