Sha256: d3b0ab2323b70331c97bfceea85dad90ab47a5ec8e0fac2a541105638c0dee3e
Contents?: true
Size: 337 Bytes
Versions: 10
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true module Decidim module Accountability module Admin # This command is executed when the user changes a Status from the admin # panel. class UpdateStatus < Decidim::Commands::UpdateResource fetch_form_attributes :key, :name, :description, :progress end end end end
Version data entries
10 entries across 10 versions & 1 rubygems