diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-10-25 03:10:00 +0530 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-10-25 03:10:00 +0530 |
commit | b62c164997924041d26cab802e238652307d3f9a (patch) | |
tree | 499c7a78fc00b41d2419e5daebdea09349e6d07c | |
parent | c0eb4d07ab4ca1bbae76829e95e66053a564c525 (diff) | |
download | rails-b62c164997924041d26cab802e238652307d3f9a.tar.gz rails-b62c164997924041d26cab802e238652307d3f9a.tar.bz2 rails-b62c164997924041d26cab802e238652307d3f9a.zip |
And html too
-rw-r--r-- | railties/doc/guides/html/2_2_release_notes.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html index f458c0fa57..d21905f715 100644 --- a/railties/doc/guides/html/2_2_release_notes.html +++ b/railties/doc/guides/html/2_2_release_notes.html @@ -654,6 +654,18 @@ Lead Contributor: <a href="http://blog.hasmanythrough.com">Josh Susser</a> Lead Contributor: Adam Milligan
</p>
</li>
+<li>
+<p>
+More information:
+</p>
+<div class="ilist"><ul>
+<li>
+<p>
+<a href="http://afreshcup.com/2008/10/24/rails-22-change-private-methods-on-association-proxies-are-private/">Rails 2.2 Change: Private Methods on Association Proxies are Private</a>
+</p>
+</li>
+</ul></div>
+</li>
</ul></div>
<h3 id="_other_activerecord_changes">5.6. Other ActiveRecord Changes</h3>
<div class="ilist"><ul>
|