diff options
author | sandeepravi <sandeep.ravichandran@sourcebits.com> | 2011-12-06 18:09:42 +0530 |
---|---|---|
committer | sandeepravi <sandeep.ravichandran@sourcebits.com> | 2011-12-06 18:09:42 +0530 |
commit | b5e333d5b09dfd91dd71766329529da1166eaabf (patch) | |
tree | 506f97d2fbfead8b81375ce43196776e961585ab | |
parent | 03d438878619cfd3808623f3ed709b6fa166a85c (diff) | |
download | rails-b5e333d5b09dfd91dd71766329529da1166eaabf.tar.gz rails-b5e333d5b09dfd91dd71766329529da1166eaabf.tar.bz2 rails-b5e333d5b09dfd91dd71766329529da1166eaabf.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 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 |