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 88c205b commit 8cf300cCopy full SHA for 8cf300c
activerecord/lib/active_record/associations.rb
@@ -104,6 +104,7 @@ def initialize(name)
104
105
# See ActiveRecord::Associations::ClassMethods for documentation.
106
module Associations # :nodoc:
107
+ extend ActiveSupport::Autoload
108
extend ActiveSupport::Concern
109
110
# These classes will be loaded when associations are created.
0 commit comments