instance method
write
Ruby on Rails 7.0.10
Since v5.2.8.1 Last seen in v7.0.10Signature
write(contents)
No documentation comment.
Parameters
-
contentsreq
Source
# File activesupport/lib/active_support/encrypted_configuration.rb, line 49
def write(contents)
deserialize(contents)
super
end
Defined in activesupport/lib/active_support/encrypted_configuration.rb line 49
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EncryptedConfiguration