class Rails::Application

def find_root(from)

def find_root(from)
  find_root_with_flag "config.ru", from, Dir.pwd
end