Missing .freeze on collection_update reference in notification.rb (#38628)
This commit is contained in:
parent
2ef9cceccd
commit
f429019f34
@ -85,7 +85,7 @@ class Notification < ApplicationRecord
|
|||||||
}.freeze,
|
}.freeze,
|
||||||
collection_update: {
|
collection_update: {
|
||||||
filterable: false,
|
filterable: false,
|
||||||
},
|
}.freeze,
|
||||||
}.freeze
|
}.freeze
|
||||||
|
|
||||||
TYPES = PROPERTIES.keys.freeze
|
TYPES = PROPERTIES.keys.freeze
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user