Class: Attachment
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Attachment
- Defined in:
- app/models/attachment.rb
Instance Method Summary collapse
- #delete_attached_file ⇒ Object private
Instance Method Details
#delete_attached_file ⇒ Object (private)
16 17 18 19 |
# File 'app/models/attachment.rb', line 16 def delete_attached_file file = nil save! end |