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:
commit
6164f569e6
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ module ActiveSupport
|
|||
autoload :LogSubscriber
|
||||
autoload :Notifications
|
||||
autoload :Reloader
|
||||
autoload :SecureCompareRotator
|
||||
|
||||
eager_autoload do
|
||||
autoload :BacktraceCleaner
|
||||
|
|
Loading…
Reference in a new issue