diff options
author | Josh Susser <josh@hasmanythrough.com> | 2011-11-14 22:57:15 -0800 |
---|---|---|
committer | Josh Susser <josh@hasmanythrough.com> | 2011-11-15 23:32:58 -0800 |
commit | 7cba6a37848ba96b4decec885779fb309d71c339 (patch) | |
tree | dd1c38690fd0551dd248dfe6005f7532a35e49b1 /activemodel/CHANGELOG.md | |
parent | 8d1a2b3ecde5a8745b3eaab4763a71d80ca3441f (diff) | |
download | rails-7cba6a37848ba96b4decec885779fb309d71c339.tar.gz rails-7cba6a37848ba96b4decec885779fb309d71c339.tar.bz2 rails-7cba6a37848ba96b4decec885779fb309d71c339.zip |
association methods are now generated in modules
Instead of generating association methods directly in the model
class, they are generated in an anonymous module which
is then included in the model class. There is one such module
for each association. The only subtlety is that the
generated_attributes_methods module (from ActiveModel) must
be forced to be included before association methods are created
so that attribute methods will not shadow association methods.
Diffstat (limited to 'activemodel/CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions