5
app/controllers/concerns/hmac_concern.rb
Normal file
5
app/controllers/concerns/hmac_concern.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
module HmacConcern
|
||||
def hmac_verified?
|
||||
ActiveModel::Type::Boolean.new.cast(params[:hmac_verified]).present?
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user