diff options
author | Juanito Fatas <katehuang0320@gmail.com> | 2014-10-25 21:37:30 +0800 |
---|---|---|
committer | Juanito Fatas <katehuang0320@gmail.com> | 2014-10-25 21:37:30 +0800 |
commit | 72c182264e049af3fe056e2e130e3087fbb3eee6 (patch) | |
tree | 4a9165ad2f6122e171882d5a3069418463046be1 /guides | |
parent | 22166764cd842843ba753e87b19923f4b548eab6 (diff) | |
download | rails-72c182264e049af3fe056e2e130e3087fbb3eee6.tar.gz rails-72c182264e049af3fe056e2e130e3087fbb3eee6.tar.bz2 rails-72c182264e049af3fe056e2e130e3087fbb3eee6.zip |
[ci skip] No need to indent here (AC overview).
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/action_controller_overview.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/guides/source/action_controller_overview.md b/guides/source/action_controller_overview.md index 8890ea453e..1ca0d9ed55 100644 --- a/guides/source/action_controller_overview.md +++ b/guides/source/action_controller_overview.md @@ -1213,12 +1213,12 @@ Create the controller and views. * `app/views` ``` - errors/ - not_found.html.erb - unprocessable_entity.html.erb - server_error.html.erb - layouts/ - error.html.erb + errors/ + not_found.html.erb + unprocessable_entity.html.erb + server_error.html.erb + layouts/ + error.html.erb ``` Do not forget to set the correct status code on the controller as shown before. |