# File lib/active_support/configurable.rb, line 44 def config @_config ||= ActiveSupport::InheritableOptions.new(self.class.config) end