module ActiveSupport::Configurable

def config

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