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
85 86 87 |
# File 'activesupport/lib/active_support/message_encryptor.rb', line 85 def self.generate(value) value end |
.verify(value) ⇒ Object
81 82 83 |
# File 'activesupport/lib/active_support/message_encryptor.rb', line 81 def self.verify(value) value end |