instance method
identify
Ruby on Rails 6.1.7.10
Since v5.2.8.1Signature
identify()
No documentation comment.
Source
# File activestorage/app/models/active_storage/blob/identifiable.rb, line 4
def identify
identify_without_saving
save!
end
Defined in activestorage/app/models/active_storage/blob/identifiable.rb line 4
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Blob::Identifiable