diff --git a/app/helpers/budgets_helper.rb b/app/helpers/budgets_helper.rb index 6c1471c90..aa6684b2d 100644 --- a/app/helpers/budgets_helper.rb +++ b/app/helpers/budgets_helper.rb @@ -17,7 +17,7 @@ module BudgetsHelper when "management::budgets" management_budget_investment_path(investment.budget, investment, options) else - budget_investment_path(investment.budget, investment, options.merge(budget_id: investment.budget_id)) + budget_investment_path(investment.budget, investment, options) end end