diff options
author | Mateus Paixão <mateus@marcos-desktop.(none)> | 2011-02-22 10:37:59 -0300 |
---|---|---|
committer | Mateus Paixão <mateus@marcos-desktop.(none)> | 2011-02-22 10:37:59 -0300 |
commit | 20f2785849bc17b2512465e8bfdb5560803cc9f8 (patch) | |
tree | 6c9da3052e8d4b27de2470f026f1c62b34d1025b /railties | |
parent | 14263fa74ecbbc83224911d8f42f011748a0b8e5 (diff) | |
download | rails-20f2785849bc17b2512465e8bfdb5560803cc9f8.tar.gz rails-20f2785849bc17b2512465e8bfdb5560803cc9f8.tar.bz2 rails-20f2785849bc17b2512465e8bfdb5560803cc9f8.zip |
alteracao de HTML para HTTP
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/layouts_and_rendering.textile | 2 |
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 8442a6e257..5bfbf97ea7 100644 --- a/railties/guides/source/layouts_and_rendering.textile +++ b/railties/guides/source/layouts_and_rendering.textile @@ -339,7 +339,7 @@ render :layout => false h6. The +:status+ Option -Rails will automatically generate a response with the correct HTML status code (in most cases, this is +200 OK+). You can use the +:status+ option to change this: +Rails will automatically generate a response with the correct HTTP status code (in most cases, this is +200 OK+). You can use the +:status+ option to change this: <ruby> render :status => 500 |