Skip to content

Commit 3276286

Browse files
committed
Fix TestFixtures autoload
1 parent 9a6669d commit 3276286

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
@@ -74,7 +74,7 @@ module ActiveRecord
7474
autoload :Store
7575
autoload :Suppressor
7676
autoload :TestDatabases
77-
autoload :TestFixtures
77+
autoload :TestFixtures, "active_record/fixtures"
7878
autoload :Timestamp
7979
autoload :TouchLater
8080
autoload :Transactions

0 commit comments

Comments
 (0)