diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-09-15 00:13:29 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-09-15 00:13:29 +0530 |
commit | 9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea (patch) | |
tree | d140ca53a53d70823d1d3b4602349235eb9d56be /railties/guides/source/association_basics.textile | |
parent | 5f2a35604e8180c916796abc93189bd1e0f7987f (diff) | |
download | rails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.tar.gz rails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.tar.bz2 rails-9980f46ca2d250d1d3e2fac84c5dc9ca6cbab1ea.zip |
No more changelogs inside guides
Diffstat (limited to 'railties/guides/source/association_basics.textile')
-rw-r--r-- | railties/guides/source/association_basics.textile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/railties/guides/source/association_basics.textile b/railties/guides/source/association_basics.textile index 479693dbf8..f5f0f9340c 100644 --- a/railties/guides/source/association_basics.textile +++ b/railties/guides/source/association_basics.textile @@ -1860,13 +1860,3 @@ Extensions can refer to the internals of the association proxy using these three * +proxy_association.owner+ returns the object that the association is a part of. * +proxy_association.reflection+ returns the reflection object that describes the association. * +proxy_association.target+ returns the associated object for +belongs_to+ or +has_one+, or the collection of associated objects for +has_many+ or +has_and_belongs_to_many+. - -h3. Changelog - -* September 13, 2011: Removed mention of deprecated proxy methods in favor of using +proxy_association+. "Dallas Reedy":https://github.com/dallas -* April 7, 2010: Fixed document to validate XHTML 1.0 Strict. "Jaime Iniesta":http://jaimeiniesta.com -* April 19, 2009: Added +:touch+ option to +belongs_to+ associations by "Mike Gunderloy":credits.html#mgunderloy -* February 1, 2009: Added +:autosave+ option "Mike Gunderloy":credits.html#mgunderloy -* September 28, 2008: Corrected +has_many :through+ diagram, added polymorphic diagram, some reorganization by "Mike Gunderloy":credits.html#mgunderloy . First release version. -* September 22, 2008: Added diagrams, misc. cleanup by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication) -* September 14, 2008: initial version by "Mike Gunderloy":credits.html#mgunderloy (not yet approved for publication) |