From 72c182264e049af3fe056e2e130e3087fbb3eee6 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Sat, 25 Oct 2014 21:37:30 +0800 Subject: [ci skip] No need to indent here (AC overview). --- guides/source/action_controller_overview.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'guides/source') 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. -- cgit v1.2.3