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



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

def self.dump(value)
  value
end

.load(value) ⇒ Object



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

def self.load(value)
  value
end