Class: Attachment

Inherits:
ApplicationRecord show all
Defined in:
app/models/attachment.rb

Instance Method Summary collapse

Instance Method Details

#delete_attached_fileObject (private)



16
17
18
19
# File 'app/models/attachment.rb', line 16

def delete_attached_file
  file = nil
  save!
end