Browse Source

Merged r21923 from trunk to 5.0-stable (#37814).


git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21924 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.4
Go MAEDA 1 year ago
parent
commit
25adf6026b
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      config/application.rb

+ 2
- 0
config/application.rb View File

@@ -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

Loading…
Cancel
Save