Sha256: a977441203adc319d94d4459fd0459f620e2010861d63b51b6b9d0bb15a30c05
Contents?: true
Size: 301 Bytes
Versions: 9
Compression:
Stored size: 301 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin # A command with all the business logic when updating a static page topic. class UpdateStaticPageTopic < Decidim::Commands::UpdateResource fetch_form_attributes :title, :description, :show_in_footer, :weight end end end
Version data entries
9 entries across 9 versions & 1 rubygems