aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-07 21:35:01 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-07 21:35:01 +0000
commitc7df5bd6ac256cf75631f8c59c1de1f96df02b17 (patch)
tree540eb0ff609ddbec455e24002ee2b78e79e123ff /actionpack/CHANGELOG
parent5600776e309b9c84f0cc075391b6130d07d83cfd (diff)
downloadrails-c7df5bd6ac256cf75631f8c59c1de1f96df02b17.tar.gz
rails-c7df5bd6ac256cf75631f8c59c1de1f96df02b17.tar.bz2
rails-c7df5bd6ac256cf75631f8c59c1de1f96df02b17.zip
More nested polymorphic url helper fixes. Closes #6432, references #8601.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6960 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 3f77234d03..c67592374e 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Resources: url_for([parent, child]) generates /parents/1/children/2 for the nested resource. Likewise with the other simply helpful methods like form_for and link_to. #6432 [mhw, Jonathan Vaught]
+* Resources: url_for([parent, child]) generates /parents/1/children/2 for the nested resource. Likewise with the other simply helpful methods like form_for and link_to. #6432 [mhw, Jonathan Vaught, lotswholetime]
* Assume html format when rendering partials in RJS. #8076 [Rick]