class Rails::Engine::Configuration

def root=(value)

def root=(value)
  @root = paths.path = Pathname.new(value).expand_path
end