-
Heinrich Lee Yu authored
This moves settings overrides to application.rb. Overriding the settings in an initializer will be too late since the values will already be used and copied to certain classes. We move this to application.rb right after the load_defaults call. Changelog: fixed
969951ad