mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +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
|