Class: MailgunCatcher::WebhooksController

Inherits:
ApplicationController show all
Defined in:
app/controllers/mailgun_catcher/webhooks_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



3
4
5
6
# File 'app/controllers/mailgun_catcher/webhooks_controller.rb', line 3

def create
  MailgunCatcher::Event.new(params).notify
  head :ok
end