method
detach
rails latest stable - Class:
ActiveStorage::Attached::Changes::DetachOne
detach()public
No documentation available.
# File activestorage/lib/active_storage/attached/changes/detach_one.rb, line 11
def detach
if attachment.present?
attachment.delete
reset
end
end