method
write
v6.1.3.1 -
Show latest stable
- Class:
ActiveSupport::EncryptedConfiguration
write(contents)public
No documentation available.
# File activesupport/lib/active_support/encrypted_configuration.rb, line 26
def write(contents)
deserialize(contents)
super
end