instance method
reload
Ruby on Rails edge
Since edgeSignature
reload()
Reload the cached values in case any of them changed or new ones were added during runtime.
Source
# File activesupport/lib/active_support/encrypted_configuration.rb, line 127
def reload
@config = @options = nil
end
Defined in activesupport/lib/active_support/encrypted_configuration.rb line 127
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EncryptedConfiguration