class ActionDispatch::Http::UploadedFile

def to_path

Shortcut for `tempfile.to_path`.
def to_path
  @tempfile.to_path
end