app/commands/decidim/budgets/remove_line_item.rb in decidim-budgets-0.1.0 vs app/commands/decidim/budgets/remove_line_item.rb in decidim-budgets-0.2.0
- old
+ new
@@ -1,5 +1,6 @@
# 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
# Public: Initializes the command.