Skip to content

Commit b827877

Browse files
authored
Merge pull request rails#55462 from eugeneius/eager_autoload_transaction
Eager autoload ActiveRecord::Transaction
2 parents 46a7e0c + 03053d8 commit b827877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord/lib/active_record.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ module ActiveRecord
8787
autoload :Timestamp
8888
autoload :TokenFor
8989
autoload :TouchLater
90-
autoload :Transaction
9190
autoload :Transactions
9291
autoload :Translation
9392
autoload :Validations
@@ -109,6 +108,7 @@ module ActiveRecord
109108
autoload :Result
110109
autoload :StatementCache
111110
autoload :TableMetadata
111+
autoload :Transaction
112112
autoload :Type
113113

114114
autoload_under "relation" do

0 commit comments

Comments
 (0)