method
custom_metadata
rails latest stable - Class:
ActiveStorage::Blob
custom_metadata()public
No documentation available.
# File activestorage/app/models/active_storage/blob.rb, line 183
def custom_metadata
self[:metadata][:custom] || {}
end