Removes unneeded parameter from helper call

This commit is contained in:
kikito
2016-12-14 13:42:26 +01:00
parent 2a258fc558
commit 7f94cc1f3d

View File

@@ -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