Sha256: 5f1f49ba8db02350c70e6dc24a71a07c73354b4eb458cfc7ceb8e214646735c4
Contents?: true
Size: 292 Bytes
Versions: 6
Compression:
Stored size: 292 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings module ContentBlocks module LandingPage class DescriptionCell < Decidim::ViewModel def show content_tag(:div, "VotingDescriptionCell") end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems