Method: ActiveSupport::MessageEncryptor::NullSerializer.load

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

.load(value) ⇒ Object



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

def self.load(value)
  value
end