Skip to Content Skip to Search
Methods
C

Instance Public methods

create()

# File engines/api/app/controllers/api/postmark_webhooks_controller.rb, line 5
def create
  PostmarkWebhookHandlerJob.perform_later(event)

  head :ok
end