Sha256: 21f5b8a31985001eff2a2236987b64e53bc48c23cc33cafe71c9191f36bae0c0
Contents?: true
Size: 302 Bytes
Versions: 39
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings # This cell renders the image of the physical certificate of a Polling Station Closure class PollingStationClosureCertificateCell < Decidim::ViewModel def has_images? model.photos.present? end end end end
Version data entries
39 entries across 39 versions & 1 rubygems