Defect #37719 ยป yaml_column_permitted_classes.patch
config/application.rb | ||
---|---|---|
34 | 34 |
config.active_record.default_timezone = :local |
35 | 35 |
config.active_record.yaml_column_permitted_classes = [ |
36 | 36 |
Symbol, |
37 |
ActiveSupport::HashWithIndifferentAccess |
|
37 |
ActiveSupport::HashWithIndifferentAccess, |
|
38 |
ActionController::Parameters |
|
38 | 39 |
] |
39 | 40 | |
40 | 41 |
config.action_mailer.delivery_job = "ActionMailer::MailDeliveryJob" |