app/commands/decidim/debates/admin/update_debate.rb in decidim-debates-0.26.10 vs app/commands/decidim/debates/admin/update_debate.rb in decidim-debates-0.27.0.rc1
- old
+ new
@@ -3,10 +3,10 @@
module Decidim
module Debates
module Admin
# This command is executed when the user changes a Debate from the admin
# panel.
- class UpdateDebate < Rectify::Command
+ class UpdateDebate < Decidim::Command
# Initializes a UpdateDebate Command.
#
# form - The form from which to get the data.
# debate - The current instance of the page to be updated.
def initialize(form, debate)