diff options
author | Go MAEDA <maeda@farend.jp> | 2022-10-27 01:35:33 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-10-27 01:35:33 +0000 |
commit | b16603b3ab41bb4c6f2f8251685d99f87439dbfd (patch) | |
tree | 5f7afeff13e43b74b2ec189ac8dbaf2b66230ffd | |
parent | 919bbdc9ce43d52c74672bd972a49880c4c7a559 (diff) | |
download | redmine-b16603b3ab41bb4c6f2f8251685d99f87439dbfd.tar.gz redmine-b16603b3ab41bb4c6f2f8251685d99f87439dbfd.zip |
Merged r21923 from trunk to 4.2-stable (#37814).
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21925 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/application.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 3611c76b6..d6e2189e0 100644 --- a/config/application.rb +++ b/config/application.rb @@ -33,6 +33,8 @@ module RedmineApp config.active_record.store_full_sti_class = true config.active_record.default_timezone = :local config.active_record.yaml_column_permitted_classes = [ + Date, + Time, Symbol, ActiveSupport::HashWithIndifferentAccess, ActionController::Parameters |