diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG index 2e3272a656..5da64b75f2 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