Sha256: e697c696e6b25a560421f00fcc096e78c9f424be08a3741696f6763bae57e483
Contents?: true
Size: 271 Bytes
Versions: 9
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true module Decidim module ContentBlocks class FooterSubHeroCell < Decidim::ViewModel include Decidim::IconHelper delegate :current_organization, to: :controller delegate :current_user, to: :controller end end end
Version data entries
9 entries across 9 versions & 1 rubygems