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
118 119 120 |
# File 'activesupport/lib/active_support/message_encryptor.rb', line 118 def self.generate(value) value end |
.verify(value) ⇒ Object
114 115 116 |
# File 'activesupport/lib/active_support/message_encryptor.rb', line 114 def self.verify(value) value end |