mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Added link to ActiveResource::Base documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user