Skip to content

Commit

Permalink
💅 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-sonpatki committed Sep 7, 2016
1 parent b4dac34 commit 2352fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/layouts_and_rendering.md
Expand Up @@ -630,7 +630,7 @@ to use in this case.
redirect_back(fallback_location: root_path)
```

NOTE: `redirect_to` and `redirect_back` do not halt and return immediately from method execution, but simply set HTTP responses. Statements occurring after them in a method will be executed. You need halt by an explicit `return` or some other halting mechanism, if needed.
NOTE: `redirect_to` and `redirect_back` do not halt and return immediately from method execution, but simply set HTTP responses. Statements occurring after them in a method will be executed. You can halt by an explicit `return` or some other halting mechanism, if needed.

#### Getting a Different Redirect Status Code

Expand Down

0 comments on commit 2352fcc

Please sign in to comment.