mirror of https://github.com/rails/rails
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:
parent
3f27aa8cdf
commit
2c3d0eca27
|
@ -45,6 +45,7 @@ module ActiveSupport
|
|||
autoload :LogSubscriber
|
||||
autoload :Notifications
|
||||
autoload :Reloader
|
||||
autoload :SecureCompareRotator
|
||||
|
||||
eager_autoload do
|
||||
autoload :BacktraceCleaner
|
||||
|
|
Loading…
Reference in New Issue