class Rails::Engine

def config

Define the configuration object for the engine.
def config
  @config ||= Engine::Configuration.new(self.class.find_root(self.class.called_from))
end