Sha256: 00baec121ad1b5ca666329cbfa74caa9b8737ba561741f608b6a7605218f9102
Contents?: true
Size: 453 Bytes
Versions: 7
Compression:
Stored size: 453 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses module Admin # A command with all the business logic when creating a new participatory # process type in the system. class CreateParticipatoryProcessType < Decidim::Commands::CreateResource fetch_form_attributes :title, :organization protected def resource_class = Decidim::ParticipatoryProcessType end end end end
Version data entries
7 entries across 7 versions & 1 rubygems