Method: ActiveStorage::Service#update_metadata

Defined in:
activestorage/lib/active_storage/service.rb

#update_metadata(key, **metadata) ⇒ Object

Update metadata for the file identified by key in the service. Override in subclasses only if the service needs to store specific metadata that has to be updated upon identification.



78
79
# File 'activestorage/lib/active_storage/service.rb', line 78

def (key, **)
end