fixes typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user