Method: Tupper#cleanup

Defined in:
lib/tupper.rb

#cleanupObject



78
79
80
81
82
# File 'lib/tupper.rb', line 78

def cleanup
  File.unlink uploaded_file if has_uploaded_file?
  @session.delete SESSION_STORE_KEY
  @file_info = nil
end