Class: RecurlyEvent::WebhookController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/recurly_event/webhook_controller.rb

Instance Method Summary collapse

Instance Method Details

#eventObject



3
4
5
6
# File 'app/controllers/recurly_event/webhook_controller.rb', line 3

def event
  RecurlyEvent.process_request(request)
  head :ok
end