From b5e333d5b09dfd91dd71766329529da1166eaabf Mon Sep 17 00:00:00 2001 From: sandeepravi Date: Tue, 6 Dec 2011 18:09:42 +0530 Subject: Added link to ActiveResource::Base documentation --- activeresource/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activeresource/README.rdoc b/activeresource/README.rdoc index e8bb6ceb54..c978408faf 100644 --- a/activeresource/README.rdoc +++ b/activeresource/README.rdoc @@ -60,7 +60,7 @@ REST uses HTTP, but unlike "typical" web applications, it makes use of all the v * PUT requests are used to update existing resources. * DELETE requests are used to delete resources. -For more information on how this protocol works with Active Resource, see the ActiveResource::Base documentation here[link:/rails/rails/blob/master/activerecord/lib/active_record/base.rb]; +For more information on how this protocol works with Active Resource, see the ActiveResource::Base documentation here[link:/rails/rails/blob/master/activeresource/lib/active_resource/base.rb]; for more general information on REST web services, see the article here[http://en.wikipedia.org/wiki/Representational_State_Transfer]. ==== Find -- cgit v1.2.3