Module: ActiveSupport::MessageEncryptor::NullVerifier
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/message_encryptor.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.generate(value) ⇒ Object
117 118 119 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/message_encryptor.rb', line 117 def self.generate(value) value end |
.verify(value) ⇒ Object
113 114 115 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/message_encryptor.rb', line 113 def self.verify(value) value end |