mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
d5580b91b6
Closes #16684. This is achieved by always generating `GeneratedAssociationMethods` when `ActiveRecord::Base` is subclassed. When some of the included modules of `ActiveRecord::Base` were reordered this behavior was broken as `Core#initialize_generated_modules` was no longer called. Meaning that the module was generated on first access. |
||
---|---|---|
.. | ||
read_test.rb |