aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-06-01 17:14:14 +0000
committerRick Olson <technoweenie@gmail.com>2007-06-01 17:14:14 +0000
commit4d1c87a069d0e13347f28ff9ce4db2427efe18b1 (patch)
treef62371534776b2cb8b531deae115027b83dc5961 /activeresource/CHANGELOG
parent846e8587273743b5cc46708b3c0f047bb501fe02 (diff)
downloadrails-4d1c87a069d0e13347f28ff9ce4db2427efe18b1.tar.gz
rails-4d1c87a069d0e13347f28ff9ce4db2427efe18b1.tar.bz2
rails-4d1c87a069d0e13347f28ff9ce4db2427efe18b1.zip
pass the prefix_options to the instantiated record when using find without a specific id. Closes #8544 [alloy]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6925 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activeresource/CHANGELOG')
-rw-r--r--activeresource/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG
index fcef27535e..35321a2f4f 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* pass the prefix_options to the instantiated record when using find without a specific id. Closes #8544 [alloy]
+
* Recognize and raise an exception on 405 Method Not Allowed responses. #7692 [Josh Peek]
* Handle string and symbol param keys when splitting params into prefix params and query params.