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



109
110
111
# File 'activesupport/lib/active_support/message_encryptor.rb', line 109

def self.dump(value)
  value
end

.load(value) ⇒ Object



105
106
107
# File 'activesupport/lib/active_support/message_encryptor.rb', line 105

def self.load(value)
  value
end