Added link to ActiveResource::Base documentation

This commit is contained in:
sandeepravi
2011-12-06 18:03:41 +05:30
parent 7e12aa7424
commit 03d4388786

View File

@@ -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