method
custom_metadata=
v7.0.0 -
Show latest stable
- Class:
ActiveStorage::Blob
custom_metadata=(metadata)public
No documentation available.
# File activestorage/app/models/active_storage/blob.rb, line 188
def custom_metadata=(metadata)
self[:metadata] = self[:metadata].merge(custom: metadata)
end