Sha256: 33f1dea4dfd6266119c195157e671d5afd931e52fdbed7f77b7bd3946f8f4414
Contents?: true
Size: 280 Bytes
Versions: 38
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true module Decidim module Elections # This cell renders the results # for a given instance of an Election class ElectionResultsCell < Decidim::ViewModel def show render if model.results_published? end end end end
Version data entries
38 entries across 38 versions & 1 rubygems