class ActionDispatch::FileHandler

def call(env)

def call(env)
  attempt(env) || @file_server.call(env)
end