1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-11 11:43:08 +00:00

Merged r21863 from trunk to 5.0-stable (#37452, #37719).

git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21864 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2022-09-28 06:37:49 +00:00
parent 468377d6b5
commit 0baa15fd15

View File

@ -34,7 +34,8 @@ module RedmineApp
config.active_record.default_timezone = :local
config.active_record.yaml_column_permitted_classes = [
Symbol,
ActiveSupport::HashWithIndifferentAccess
ActiveSupport::HashWithIndifferentAccess,
ActionController::Parameters
]
config.action_mailer.delivery_job = "ActionMailer::MailDeliveryJob"