Sha256: ec6de0717fb78995a3a755c6d5272dc7a4cdd5c3ef8d3b2a26eef6e7d9e9545b
Contents?: true
Size: 376 Bytes
Versions: 37
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings # This cell renders the card for an instance of a Voting # the default size is the Medium Card (:m) class VotingCell < Decidim::ViewModel def show cell card_size, model, options end private def card_size "decidim/votings/voting_m" end end end end
Version data entries
37 entries across 37 versions & 1 rubygems