Method: ActiveStorage::Attached::Changes::DetachOne#detach

Defined in:
activestorage/lib/active_storage/attached/changes/detach_one.rb

#detachObject



11
12
13
14
15
16
# File 'activestorage/lib/active_storage/attached/changes/detach_one.rb', line 11

def detach
  if attachment.present?
    attachment.delete
    reset
  end
end