app/commands/decidim/assemblies/admin/publish_assembly.rb in decidim-assemblies-0.26.10 vs app/commands/decidim/assemblies/admin/publish_assembly.rb in decidim-assemblies-0.27.0.rc1

- old
+ new

@@ -2,10 +2,10 @@ module Decidim module Assemblies module Admin # A command that sets an assembly as published. - class PublishAssembly < Rectify::Command + class PublishAssembly < Decidim::Command # Public: Initializes the command. # # assembly - A Assembly that will be published # current_user - the user performing the action def initialize(assembly, current_user)