method
write
rails 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