Sha256: 64021e39e50fb29cf96d00e40ca1806a1cde7a97f306c8ea4cbd3e7b26fc73af
Contents?: true
Size: 320 Bytes
Versions: 6
Compression:
Stored size: 320 Bytes
Contents
# frozen_string_literal: true module Decidim module Assemblies module Admin # A command with all the business logic when updating a new assembly # type in the system. class UpdateAssembliesType < Decidim::Commands::UpdateResource fetch_form_attributes :title end end end end
Version data entries
6 entries across 6 versions & 1 rubygems