instance method
update_metadata_for
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
update_metadata_for(key, **metadata)
Override in subclasses only if the service needs to store specific metadata that has to be updated upon identification.
Parameters
-
keyreq -
metadatakeyrest
Source
# File activestorage/lib/active_storage/service.rb, line 196
def update_metadata_for(key, **metadata)
end
Defined in activestorage/lib/active_storage/service.rb line 196
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service