Method: ActiveStorage::Blob::Identifiable#identify

Defined in:
activestorage/app/models/active_storage/blob/identifiable.rb

#identifyObject



5
6
7
8
# File 'activestorage/app/models/active_storage/blob/identifiable.rb', line 5

def identify
  identify_without_saving
  save!
end