diff options
author | Cody Fauser <codyfauser@gmail.com> | 2008-10-07 12:05:41 -0400 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-10-07 17:48:02 +0100 |
commit | f2c10f27565318b5efbdc57fb608b2afe9ae445d (patch) | |
tree | 584cc6362342480d2c6b576d86bc9a539f8d3043 /activeresource/CHANGELOG | |
parent | dce6ade4cdc2833b53bd600ef10f9bce83c7102d (diff) | |
download | rails-f2c10f27565318b5efbdc57fb608b2afe9ae445d.tar.gz rails-f2c10f27565318b5efbdc57fb608b2afe9ae445d.tar.bz2 rails-f2c10f27565318b5efbdc57fb608b2afe9ae445d.zip |
Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json methods. [#1011 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'activeresource/CHANGELOG')
-rw-r--r-- | activeresource/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG index 012f9028a0..e93b3ec15b 100644 --- a/activeresource/CHANGELOG +++ b/activeresource/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Add ActiveResource::Base#to_xml and ActiveResource::Base#to_json. #1011 [Rasik Pandey, Cody Fauser] + * Add ActiveResource::Base.find(:last). [#754 state:resolved] (Adrian Mugnolo) * Fixed problems with the logger used if the logging string included %'s [#840 state:resolved] (Jamis Buck) |