Adapt phases step to single and multiple budget mode

Co-Authored-By: decabeza <alberto@decabeza.es>
This commit is contained in:
Julian Herrero
2020-03-15 06:51:52 +01:00
committed by Javi Martín
parent e3510fc29d
commit 4c6de86a72
6 changed files with 81 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ class Admin::BudgetsWizard::PhasesController < Admin::BudgetsWizard::BaseControl
private
def phases_index
admin_budgets_wizard_budget_budget_phases_path(@phase.budget)
admin_budgets_wizard_budget_budget_phases_path(@phase.budget, url_params)
end
def phases_params