aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/source/actioncontroller_basics/request_response_objects.txt
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-11-14 17:47:21 +0530
committerPratik Naik <pratiknaik@gmail.com>2008-11-14 17:47:21 +0530
commitc70b993a9e01547de88417cb8fa95b48acbed2db (patch)
treecc987eb59487964871ed255dc0e570d15ad8c968 /railties/doc/guides/source/actioncontroller_basics/request_response_objects.txt
parent549b18c9286b6cccf4978093576325fd711dc421 (diff)
downloadrails-c70b993a9e01547de88417cb8fa95b48acbed2db.tar.gz
rails-c70b993a9e01547de88417cb8fa95b48acbed2db.tar.bz2
rails-c70b993a9e01547de88417cb8fa95b48acbed2db.zip
Merge docrails.
Diffstat (limited to 'railties/doc/guides/source/actioncontroller_basics/request_response_objects.txt')
-rw-r--r--railties/doc/guides/source/actioncontroller_basics/request_response_objects.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/source/actioncontroller_basics/request_response_objects.txt b/railties/doc/guides/source/actioncontroller_basics/request_response_objects.txt
index 250f84bd72..07a8ec2574 100644
--- a/railties/doc/guides/source/actioncontroller_basics/request_response_objects.txt
+++ b/railties/doc/guides/source/actioncontroller_basics/request_response_objects.txt
@@ -4,7 +4,7 @@ In every controller there are two accessor methods pointing to the request and t
=== The +request+ Object ===
-The request object contains a lot of useful information about the request coming in from the client. To get a full list of the available methods, refer to the link:http://api.rubyonrails.org/classes/ActionController/AbstractRequest.html[API documentation]. Among the properties that you can access on this object:
+The request object contains a lot of useful information about the request coming in from the client. To get a full list of the available methods, refer to the link:http://api.rubyonrails.org/classes/ActionController/AbstractRequest.html[API documentation]. Among the properties that you can access on this object are:
* host - The hostname used for this request.
* domain - The hostname without the first segment (usually "www").