Browse Source

Merged r21863 from trunk to 4.2-stable (#37465, #37719).


git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21871 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.8
Go MAEDA 1 year ago
parent
commit
8c66e90bbb
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      config/application.rb

+ 2
- 1
config/application.rb 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
]

# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.

Loading…
Cancel
Save