Project

General

Profile

Defect #37719 ยป yaml_column_permitted_classes.patch

Alexander Meindl, 2022-09-28 05:15

View differences:

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"
    (1-1/1)