diff options
author | sandeepravi <sandeep.ravichandran@sourcebits.com> | 2011-12-06 18:03:41 +0530 |
---|---|---|
committer | sandeepravi <sandeep.ravichandran@sourcebits.com> | 2011-12-06 18:03:41 +0530 |
commit | 03d438878619cfd3808623f3ed709b6fa166a85c (patch) | |
tree | 21a501d9eeb26ac30ce80fd7a202e96fae6ca591 | |
parent | 7e12aa7424d6db5468be0c78a4409e90d4454859 (diff) | |
download | rails-03d438878619cfd3808623f3ed709b6fa166a85c.tar.gz rails-03d438878619cfd3808623f3ed709b6fa166a85c.tar.bz2 rails-03d438878619cfd3808623f3ed709b6fa166a85c.zip |
Added link to ActiveResource::Base documentation
-rw-r--r-- | activeresource/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |