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