app/commands/decidim/admin/destroy_area.rb in decidim-admin-0.26.10 vs app/commands/decidim/admin/destroy_area.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 to destroy an area.
- class DestroyArea < Rectify::Command
+ class DestroyArea < Decidim::Command
# Public: Initializes the command.
#
# area - The area to destroy
# current_user - the user performing the action
def initialize(area, current_user)