Sha256: 78f86845aa752a1b24771ae6cff6861d137bc938176768b9b04ed629324a97ea
Contents?: true
Size: 406 Bytes
Versions: 10
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true module Decidim module Assemblies module Admin # A command with all the business logic when creating a new assembly # type in the system. class CreateAssembliesType < Decidim::Commands::CreateResource fetch_form_attributes :title, :organization private def resource_class = Decidim::AssembliesType end end end end
Version data entries
10 entries across 10 versions & 1 rubygems