aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/association_basics.textile
diff options
context:
space:
mode:
authorDallas Reedy <code@dallasreedy.com>2011-09-14 09:32:27 -0700
committerDallas Reedy <code@dallasreedy.com>2011-09-14 09:32:27 -0700
commitbc058509a884e81b9099072073e372e1ad9b932b (patch)
tree898024c6134c9293911d374a649916b89506d2a9 /railties/guides/source/association_basics.textile
parentc7835c51618a6a46d1b5ec63dfaf2d99e157da42 (diff)
downloadrails-bc058509a884e81b9099072073e372e1ad9b932b.tar.gz
rails-bc058509a884e81b9099072073e372e1ad9b932b.tar.bz2
rails-bc058509a884e81b9099072073e372e1ad9b932b.zip
forgot to sign my name to the Changelog
Diffstat (limited to 'railties/guides/source/association_basics.textile')
-rw-r--r--railties/guides/source/association_basics.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/association_basics.textile b/railties/guides/source/association_basics.textile
index 0439b6ac4d..479693dbf8 100644
--- a/railties/guides/source/association_basics.textile
+++ b/railties/guides/source/association_basics.textile
@@ -1863,7 +1863,7 @@ Extensions can refer to the internals of the association proxy using these three
h3. Changelog
-* September 13, 2011: Removed mention of deprecated proxy methods in favor of using +proxy_association+.
+* 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