Newer
Older
class Communication::Block::Template::Gallery < Communication::Block::Template::Base
@images_with_alt ||= elements.map { |element|
extract_image_alt_and_credit element, 'file'
}.compact
def active_storage_blobs
@active_storage_blobs ||= images_with_alt.map { |hash| hash.blob }
.compact
end