new(root=nil) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/engine/configuration.rb, line 9 def initialize(root=nil) super() @root = root @generators = app_generators.dup end
Register or log in to add new notes.