Skip to content

Commit

Permalink
alteracao de HTML para HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateus Paixão committed Feb 22, 2011
1 parent 14263fa commit 20f2785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/layouts_and_rendering.textile
Expand Up @@ -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
Expand Down

1 comment on commit 20f2785

@pedroreys
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Translation of the commit message: Changing from HTML to HTTP

Please sign in to comment.