Module: ActiveSupport::Configurable

Extended by:
Concern
Defined in:
activesupport/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

- (Object) config



32
33
34
# File 'activesupport/lib/active_support/configurable.rb', line 32

def config
  @_config ||= ActiveSupport::InheritableOptions.new(self.class.config)
end