Module: ActiveSupport::MessageEncryptor::NullVerifier

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

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.generate(value) ⇒ Object



112
113
114
# File 'activesupport/lib/active_support/message_encryptor.rb', line 112

def self.generate(value)
  value
end

.verify(value) ⇒ Object



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

def self.verify(value)
  value
end