1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #37137 from Edouard-chin/ec-autoload-securecompare-rotator

Autoload the `AS::SecureCompareRotator` class:
This commit is contained in:
Kasper Timm Hansen 2019-09-05 15:28:14 +02:00 committed by GitHub
commit 6164f569e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@ module ActiveSupport
autoload :LogSubscriber
autoload :Notifications
autoload :Reloader
autoload :SecureCompareRotator
eager_autoload do
autoload :BacktraceCleaner