Module: RailsWebhookOutbox::Dispatchable

Extended by:
ActiveSupport::Concern
Defined in:
lib/rails_webhook_outbox/dispatchable.rb

Instance Method Summary collapse

Instance Method Details

#webhook_payloadObject



18
19
20
# File 'lib/rails_webhook_outbox/dispatchable.rb', line 18

def webhook_payload
  as_json
end