Sha256: 7b07c73982f1530947188fb7994468305951e95718fe16043cc8e952c4983356
Contents?: true
Size: 402 Bytes
Versions: 65
Compression:
Stored size: 402 Bytes
Contents
# frozen_string_literal: true module Decidim module Consultations # This cell renders the card for an instance of a Question # the default size is the Medium Card (:m) class ConsultationCell < Decidim::ViewModel def show cell card_size, model, options end private def card_size "decidim/consultations/consultation_m" end end end end
Version data entries
65 entries across 65 versions & 1 rubygems