instance method
update_service_metadata
Ruby on Rails 7.1.6
Since v6.1.7.10 PrivateSignature
update_service_metadata()
No documentation comment.
Source
# File activestorage/app/models/active_storage/blob.rb, line 369
def update_service_metadata
service.update_metadata key, **service_metadata if service_metadata.any?
end
Defined in activestorage/app/models/active_storage/blob.rb line 369
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Blob