We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f640c4c commit cb8b4e3Copy full SHA for cb8b4e3
activerecord/lib/active_record.rb
@@ -43,7 +43,6 @@ module ActiveRecord
43
autoload :Explain
44
autoload :Inheritance
45
autoload :Integration
46
- autoload :LegacyYamlAdapter
47
autoload :Migration
48
autoload :Migrator, 'active_record/migration'
49
autoload :ModelSchema
@@ -80,6 +79,8 @@ module ActiveRecord
80
79
autoload :AttributeMethods
81
autoload :AutosaveAssociation
82
+ autoload :LegacyYamlAdapter
83
+
84
autoload :Relation
85
autoload :AssociationRelation
86
autoload :NullRelation
0 commit comments