diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-04-24 16:05:59 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-04-24 16:05:59 +0000 |
commit | 2df386ad532d96f298d3322f57508ccaa85676aa (patch) | |
tree | 24cd67b78ca135d510d7e74588dba4f9a5de7b58 | |
parent | 208d12d15d809391abee90242effd53e3f7e9821 (diff) | |
download | rails-2df386ad532d96f298d3322f57508ccaa85676aa.tar.gz rails-2df386ad532d96f298d3322f57508ccaa85676aa.tar.bz2 rails-2df386ad532d96f298d3322f57508ccaa85676aa.zip |
why oh why do i always forget to save the changelog
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6569 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | activeresource/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
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 |