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

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module Decidim module Budgets # A command with all the business to add remove line items from orders - class RemoveLineItem < Rectify::Command + class RemoveLineItem < Decidim::Command # Public: Initializes the command. # # order - The current order for the user # project - The the project to remove from the order def initialize(order, project)