Skip to content

Commit e745268

Browse files
authored
Merge pull request rails#46768 from skipkayhil/eager-load-execution-context
Eager autoload ActiveSupport::ExecutionContext
2 parents 2f0bd27 + daff36c commit e745268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ module ActiveSupport
4141
autoload :CurrentAttributes
4242
autoload :Dependencies
4343
autoload :DescendantsTracker
44-
autoload :ExecutionContext
4544
autoload :ExecutionWrapper
4645
autoload :Executor
4746
autoload :ErrorReporter
@@ -64,6 +63,7 @@ module ActiveSupport
6463
autoload :Configurable
6564
autoload :Deprecation
6665
autoload :Digest
66+
autoload :ExecutionContext
6767
autoload :Gzip
6868
autoload :Inflector
6969
autoload :JSON

0 commit comments

Comments
 (0)