app/commands/decidim/budgets/admin/destroy_project.rb in decidim-budgets-0.26.10 vs app/commands/decidim/budgets/admin/destroy_project.rb in decidim-budgets-0.27.0.rc1

- old
+ new

@@ -3,10 +3,10 @@ module Decidim module Budgets module Admin # This command is executed when the user deletes a Project from the admin # panel. - class DestroyProject < Rectify::Command + class DestroyProject < Decidim::Command # Initializes an UpdateProject Command. # # project - The current instance of the project to be destroyed. # current_user - the user that performs the action def initialize(project, current_user)