From d7301936be353d3f05bf958cb3671308f9a84851 Mon Sep 17 00:00:00 2001 From: Yuki Nishijima Date: Thu, 19 Jun 2014 18:11:28 -0700 Subject: A warning line should look like a warning section [ci skip] --- guides/source/action_controller_overview.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/action_controller_overview.md b/guides/source/action_controller_overview.md index 57097ab146..1fe59ea36b 100644 --- a/guides/source/action_controller_overview.md +++ b/guides/source/action_controller_overview.md @@ -1219,7 +1219,9 @@ Create the controller and views. error.html.erb ``` -Do not forget to set the correct status code on the controller as shown before. You should avoid using the database or any complex operations because the user is already on the error page. Generating another error while on an error page could cause issues. +Do not forget to set the correct status code on the controller as shown before. + +WARNING: You should avoid using the database or any complex operations because the user is already on the error page. Generating another error while on an error page could cause issues. Force HTTPS protocol -------------------- -- cgit v1.2.3