config()
Define the configuration object for the engine.
# File railties/lib/rails/engine.rb, line 530 def config @config ||= Engine::Configuration.new(find_root_with_flag("lib")) end