From c172154054f2f1908820459bb63e8e8645136ea7 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 22 Dec 2006 21:42:52 +0000 Subject: Base#==, eql?, and hash methods. == returns true if its argument is identical to self or if it's an instance of the same class, is not new?, and has the same id. eql? is an alias for ==. hash delegates to id. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5773 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activeresource/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activeresource/CHANGELOG') diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG index 1079156fdc..a9bb625781 100644 --- a/activeresource/CHANGELOG +++ b/activeresource/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Base#==, eql?, and hash methods. == returns true if its argument is identical to self or if it's an instance of the same class, is not new?, and has the same id. eql? is an alias for ==. hash delegates to id. [Jeremy Kemper] + * Allow subclassed resources to share the site info [Rick, Jeremy Kemper] class BeastResource < ActiveResource::Base -- cgit v1.2.3