instance method
identify_blob
Ruby on Rails 5.2.8.1
Since v5.2.8.1 Last seen in v6.0.6 PrivateAvailable in: v5.2.8.1 v6.0.6
Signature
identify_blob()
No documentation comment.
Source
# File activestorage/app/models/active_storage/attachment.rb, line 32
def identify_blob
blob.identify
end
Defined in activestorage/app/models/active_storage/attachment.rb line 32
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attachment