class ActionDispatch::Http::UploadedFile

def rewind

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