From 03d438878619cfd3808623f3ed709b6fa166a85c Mon Sep 17 00:00:00 2001 From: sandeepravi Date: Tue, 6 Dec 2011 18:03:41 +0530 Subject: Added link to ActiveResource::Base documentation --- activeresource/README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activeresource/README.rdoc') diff --git a/activeresource/README.rdoc b/activeresource/README.rdoc index c86289c5fe..e8bb6ceb54 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; +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 general information on REST web services, see the article here[http://en.wikipedia.org/wiki/Representational_State_Transfer]. ==== Find -- cgit v1.2.3