Method: ActiveRecord::Encryption::Message#==

Defined in:
activerecord/lib/active_record/encryption/message.rb

#==(other_message) ⇒ Object



21
22
23
# File 'activerecord/lib/active_record/encryption/message.rb', line 21

def ==(other_message)
  payload == other_message.payload && headers == other_message.headers
end