class ActionDispatch::Response::FileBody

def body

def body
  File.binread(to_path)
end