instance method
options
Ruby on Rails 6.1.7.10
Since v5.2.8.1 PrivateSignature
options()
No documentation comment.
Source
# File activesupport/lib/active_support/encrypted_configuration.rb, line 37
def options
@options ||= ActiveSupport::InheritableOptions.new(config)
end
Defined in activesupport/lib/active_support/encrypted_configuration.rb line 37
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EncryptedConfiguration