Module: ActiveSupport::Configurable
- Extended by:
- Concern
- Defined in:
- lib/active_support/configurable.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from Concern
append_features, extended, included
Instance Method Details
#config ⇒ Object
44 45 46 |
# File 'lib/active_support/configurable.rb', line 44 def config @_config ||= ActiveSupport::InheritableOptions.new(self.class.config) end |