mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-28 21:01:02 +08:00
6 lines
123 B
Ruby
6 lines
123 B
Ruby
module HmacConcern
|
|
def hmac_verified?
|
|
ActiveModel::Type::Boolean.new.cast(params[:hmac_verified]).present?
|
|
end
|
|
end
|