aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/layouts_and_rendering.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-02-25 20:53:55 +0100
committerXavier Noria <fxn@hashref.com>2011-02-25 20:53:55 +0100
commit2e60b00788fb234a3afe96016c639f7f2ced7115 (patch)
tree8246371cae47329121b8f0d629f5ee7e30b36e4b /railties/guides/source/layouts_and_rendering.textile
parent515ea955b6a80ab9f527ad0f6dcc25a17688a02c (diff)
parent287bb6990cf0c8a6e4b5ff4c0d75ecfa9bab33fa (diff)
downloadrails-2e60b00788fb234a3afe96016c639f7f2ced7115.tar.gz
rails-2e60b00788fb234a3afe96016c639f7f2ced7115.tar.bz2
rails-2e60b00788fb234a3afe96016c639f7f2ced7115.zip
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'railties/guides/source/layouts_and_rendering.textile')
-rw-r--r--railties/guides/source/layouts_and_rendering.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/layouts_and_rendering.textile b/railties/guides/source/layouts_and_rendering.textile
index 5bfbf97ea7..1548da0eb5 100644
--- a/railties/guides/source/layouts_and_rendering.textile
+++ b/railties/guides/source/layouts_and_rendering.textile
@@ -109,7 +109,7 @@ render :nothing => true
If you look at the response for this using cURL, you will see the following:
<shell>
- $ curl -i 127.0.0.1:3000/books
+$ curl -i 127.0.0.1:3000/books
HTTP/1.1 200 OK
Connection: close
Date: Sun, 24 Jan 2010 09:25:18 GMT