app/commands/decidim/debates/close_debate.rb in decidim-debates-0.26.10 vs app/commands/decidim/debates/close_debate.rb in decidim-debates-0.27.0.rc1
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module Decidim
module Debates
# A command with all the business logic when a user updates a debate.
- class CloseDebate < Rectify::Command
+ class CloseDebate < Decidim::Command
# Public: Initializes the command.
#
# form - A form object with the params.
def initialize(form)
@form = form