mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-21 13:35:08 +00: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
|