app/commands/decidim/admin/update_attachment.rb in decidim-admin-0.1.0 vs app/commands/decidim/admin/update_attachment.rb in decidim-admin-0.2.0
- old
+ new
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+
module Decidim
module Admin
# A command with all the business logic to update an attachment from a
# participatory process.
class UpdateAttachment < Rectify::Command