From fac6922b981a451e252dce9362ac897e8a6faa5a Mon Sep 17 00:00:00 2001 From: Frederic Merizen Date: Fri, 5 Oct 2018 15:50:38 +0200 Subject: [PATCH] [#2750] Set might be overkill here --- app/models/procedure_presentation.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/procedure_presentation.rb b/app/models/procedure_presentation.rb index bd04f964d..6f7c6a360 100644 --- a/app/models/procedure_presentation.rb +++ b/app/models/procedure_presentation.rb @@ -1,7 +1,7 @@ class ProcedurePresentation < ApplicationRecord EXTRA_SORT_COLUMNS = { - 'notifications' => Set['notifications'], - 'self' => Set['id', 'state'] + 'notifications' => ['notifications'], + 'self' => ['id', 'state'] } belongs_to :assign_to