|
|
|
|
@ -52,7 +52,7 @@ class MoveUserSettings < ActiveRecord::Migration[6.1]
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
def value |
|
|
|
|
YAML.safe_load(self[:value], permitted_classes: [ActiveSupport::HashWithIndifferentAccess]) if self[:value].present? |
|
|
|
|
YAML.safe_load(self[:value], permitted_classes: [ActiveSupport::HashWithIndifferentAccess, Symbol]) if self[:value].present? |
|
|
|
|
end |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
|