diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG index 2e3272a6562484797d2bffe3f645d46ec1bd86c6..5da64b75f234ac32f4287cc8da9cca17e5bd6ff9 100644 --- a/activeresource/CHANGELOG +++ b/activeresource/CHANGELOG @@ -34,7 +34,7 @@ * 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] - +d class BeastResource < ActiveResource::Base self.site = 'http://beast.caboo.se' end