mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-11 11:43:08 +00:00
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21864 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
468377d6b5
commit
0baa15fd15
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user