Sha256: 57f0fc0e34cc2a13e5c0c7d116263450f9f2b9acb80f1af0ee4f9777becba68b
Contents?: true
Size: 317 Bytes
Versions: 31
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings module ContentBlocks module LandingPage class HeaderSettingsFormCell < Decidim::ViewModel alias form model def content_block options[:content_block] end end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems