From 10282d67ab3d68175e39f1772b38398b5a2d6478 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Mon, 15 May 2017 11:53:01 +0200 Subject: [PATCH] fixes typo --- app/controllers/budgets/ballot/lines_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/budgets/ballot/lines_controller.rb b/app/controllers/budgets/ballot/lines_controller.rb index 522589dfe..e341e07d1 100644 --- a/app/controllers/budgets/ballot/lines_controller.rb +++ b/app/controllers/budgets/ballot/lines_controller.rb @@ -56,7 +56,7 @@ module Budgets def load_investments if params[:investments_ids].present? - @investment_ids = params[:investment_ids] + @investment_ids = params[:investments_ids] @investments = Budget::Investment.where(id: params[:investments_ids]) end end