[#2750] Set might be overkill here
This commit is contained in:
parent
667deae5cc
commit
fac6922b98
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
class ProcedurePresentation < ApplicationRecord
|
class ProcedurePresentation < ApplicationRecord
|
||||||
EXTRA_SORT_COLUMNS = {
|
EXTRA_SORT_COLUMNS = {
|
||||||
'notifications' => Set['notifications'],
|
'notifications' => ['notifications'],
|
||||||
'self' => Set['id', 'state']
|
'self' => ['id', 'state']
|
||||||
}
|
}
|
||||||
|
|
||||||
belongs_to :assign_to
|
belongs_to :assign_to
|
||||||
|
|
Loading…
Reference in a new issue