Sha256: 8aa1d8fb06234875ed6d41212c97442258764b423e46904de314cb59572d3696
Contents?: true
Size: 245 Bytes
Versions: 2
Compression:
Stored size: 245 Bytes
Contents
module Mautic module ReceiveWebHooks extend ActiveSupport::Concern included do end protected # params path need +:mautic_id+ def webhook @webhook ||= Mautic::Connection.receive_webhook params end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mautic-2.2.2 | app/controllers/concerns/mautic/receive_web_hooks.rb |
mautic-2.1.1 | app/controllers/concerns/mautic/receive_web_hooks.rb |