Sha256: 00629d4c9face77b877877b3523a5b1143c4d89faf69738ffa2d32e4b73439a1
Contents?: true
Size: 249 Bytes
Versions: 7
Compression:
Stored size: 249 Bytes
Contents
# frozen_string_literal: true module Decidim module Admin # A command with all the business logic when updating an area. class UpdateArea < Decidim::Commands::UpdateResource fetch_form_attributes :name, :area_type end end end
Version data entries
7 entries across 7 versions & 1 rubygems