From 5ca354133fd837ec75d98b3fc73936b2650046fe Mon Sep 17 00:00:00 2001 From: Mike Gunderloy Date: Sun, 14 Sep 2008 07:48:22 -0500 Subject: Add author info/changelogs for Routing & Associations guides --- railties/doc/guides/activerecord/association_basics.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'railties/doc/guides/activerecord') diff --git a/railties/doc/guides/activerecord/association_basics.txt b/railties/doc/guides/activerecord/association_basics.txt index 9d950c91dd..704971d0e8 100644 --- a/railties/doc/guides/activerecord/association_basics.txt +++ b/railties/doc/guides/activerecord/association_basics.txt @@ -1655,3 +1655,9 @@ Extensions can refer to the internals of the association proxy using these three * +proxy_owner+ returns the object that the association is a part of. * +proxy_reflection+ returns the reflection object that describes the association. * +proxy_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+. + +== Changelog == + +http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/11[Lighthouse ticket] + +* September 14, 2008: initial version by link:../authors.html#mgunderloy[Mike Gunderloy] (not yet approved for publication) -- cgit v1.2.3