class ActionDispatch::Http::UploadedFile

def path

Shortcut for +tempfile.path+.
def path
  @tempfile.path
end