method
identify_without_saving
v6.1.3.1 -
Show latest stable
- Class:
ActiveStorage::Blob::Identifiable
identify_without_saving()public
No documentation available.
# File activestorage/app/models/active_storage/blob/identifiable.rb, line 9
def identify_without_saving
unless identified?
self.content_type = identify_content_type
self.identified = true
end
end