aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/activerecord
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-09-14 07:48:22 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2008-09-14 07:48:31 -0500
commit5ca354133fd837ec75d98b3fc73936b2650046fe (patch)
tree59cb08b3ce8ec793357ca1f096533eb52fa301a5 /railties/doc/guides/activerecord
parent5d95437abe073ced869a1ed686b09308043dae30 (diff)
downloadrails-5ca354133fd837ec75d98b3fc73936b2650046fe.tar.gz
rails-5ca354133fd837ec75d98b3fc73936b2650046fe.tar.bz2
rails-5ca354133fd837ec75d98b3fc73936b2650046fe.zip
Add author info/changelogs for Routing & Associations guides
Diffstat (limited to 'railties/doc/guides/activerecord')
-rw-r--r--railties/doc/guides/activerecord/association_basics.txt6
1 files changed, 6 insertions, 0 deletions
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)