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