Source: show
# File engines/api/app/controllers/api/postmark_webhooks_controller.rb, line 5 def create PostmarkWebhookHandlerJob.perform_later(event) head :ok end