Module: ActiveSupport::MessageEncryptor::NullSerializer

Defined in:
activesupport/lib/active_support/message_encryptor.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.dump(value) ⇒ Object



75
76
77
# File 'activesupport/lib/active_support/message_encryptor.rb', line 75

def self.dump(value)
  value
end

.load(value) ⇒ Object



71
72
73
# File 'activesupport/lib/active_support/message_encryptor.rb', line 71

def self.load(value)
  value
end