Class: PersistentAttachments::DependencyClaim

Inherits:
PersistentAttachment
  • Object
show all
Defined in:
app/models/persistent_attachments/dependency_claim.rb

Instance Method Summary collapse

Instance Method Details

#delete_fileObject (private)



10
11
12
# File 'app/models/persistent_attachments/dependency_claim.rb', line 10

def delete_file
  file.delete
end