Sha256: 7e1a5c0cca301120c8d7b9464f06cbef679b23b2e4e5c82159b868efa24695dd
Contents?: true
Size: 397 Bytes
Versions: 8
Compression:
Stored size: 397 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings # This cell renders the Grid (:g) voting card # for a given instance of a Voting class VotingGCell < Decidim::CardGCell private def resource_image_path model.attached_uploader(:banner_image).path end def metadata_cell "decidim/votings/voting_metadata" end end end end
Version data entries
8 entries across 8 versions & 1 rubygems