Sha256: 1c9911269b1499bb3885145dfd16b6799b261db9f4f163e5e16690e87aaf905b
Contents?: true
Size: 348 Bytes
Versions: 7
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true module Decidim module Accountability module Admin # This command is executed when the user changes a TimelineEntry from the admin # panel. class UpdateTimelineEntry < Decidim::Commands::UpdateResource fetch_form_attributes :entry_date, :title, :description end end end end
Version data entries
7 entries across 7 versions & 1 rubygems