Sha256: 6df4138aa9ff6ef197172ec34fb413dec19162b3ee06dd2a439c9e63484fdeac
Contents?: true
Size: 351 Bytes
Versions: 7
Compression:
Stored size: 351 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses module Admin # A command with all the business logic when updating a participatory # process type in the system. class UpdateParticipatoryProcessType < Decidim::Commands::UpdateResource fetch_form_attributes :title end end end end
Version data entries
7 entries across 7 versions & 1 rubygems