method

detach

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