Autoload the `AS::SecureCompareRotator` class:

- In 123bcf5faa I forgot to autoload that class which means
  requiring "activesupport/all" doesn't autoload it.
This commit is contained in:
Edouard CHIN 2019-09-05 13:13:09 +02:00
parent 3f27aa8cdf
commit 2c3d0eca27
1 changed files with 1 additions and 0 deletions

View File

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