app/commands/decidim/admin/officialize_user.rb in decidim-admin-0.26.10 vs app/commands/decidim/admin/officialize_user.rb in decidim-admin-0.27.0.rc1
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module Decidim
module Admin
# A command with all the business logic when officializing a user.
- class OfficializeUser < Rectify::Command
+ class OfficializeUser < Decidim::Command
# Public: Initializes the command.
#
# form - The officialization form.
def initialize(form)
@form = form