module Rails::Engine::Configurable::ClassMethods
def config
def config @config ||= Engine::Configuration.new(find_root_with_flag("lib")) end
def inherited(base)
def inherited(base) raise "You cannot inherit from a Rails::Engine child" end
def config @config ||= Engine::Configuration.new(find_root_with_flag("lib")) end
def inherited(base) raise "You cannot inherit from a Rails::Engine child" end