method
detach
v7.0.0 -
Show 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