chatwoot/chatwoot

View on GitHub
app/controllers/concerns/hmac_concern.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module HmacConcern
  def hmac_verified?
    ActiveModel::Type::Boolean.new.cast(params[:hmac_verified]).present?
  end
end