Sha256: c92f8b2e3e52e052c3350cba39dc701bff85d0690630c8aaa895d01018d292bb
Contents?: true
Size: 357 Bytes
Versions: 10
Compression:
Stored size: 357 Bytes
Contents
# frozen_string_literal: true module Decidim module Initiatives module Admin # A command with all the business logic that updates an # existing initiative type scope. class UpdateInitiativeTypeScope < Decidim::Commands::UpdateResource fetch_form_attributes :supports_required, :decidim_scopes_id end end end end
Version data entries
10 entries across 10 versions & 1 rubygems