diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-09-09 09:44:48 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-09-09 10:00:30 +0200 |
commit | d5580b91b64daeb114875f24f6d54bbf88428018 (patch) | |
tree | 0f0774a4cd5b70fa2adc2fbde98737451eab3f0b /railties/lib/rails/version.rb | |
parent | c563656a48b81bbbf13b2c6e336af71f38434c77 (diff) | |
download | rails-d5580b91b64daeb114875f24f6d54bbf88428018.tar.gz rails-d5580b91b64daeb114875f24f6d54bbf88428018.tar.bz2 rails-d5580b91b64daeb114875f24f6d54bbf88428018.zip |
Allow included modules to override association methods.
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.
Diffstat (limited to 'railties/lib/rails/version.rb')
0 files changed, 0 insertions, 0 deletions