Sha256: 5a014f17f9be0aae2a27e903c5457d24d4d114902e158c5c244f01807c87d3b5
Contents?: true
Size: 256 Bytes
Versions: 6
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin # A command with all the business logic when updating a scope type. class UpdateScopeType < Decidim::Commands::UpdateResource fetch_form_attributes :name, :plural end end end
Version data entries
6 entries across 6 versions & 1 rubygems