aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-10-16 19:18:14 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-10-16 19:19:13 -0300
commit056d06627af1c99647d88521557c65ddc476520f (patch)
treeef982a6e0e8bfca2d55fa33d4110614843db6e5d
parent0b83433baf2a35f119212dcda052e26a5455e05b (diff)
downloadrails-056d06627af1c99647d88521557c65ddc476520f.tar.gz
rails-056d06627af1c99647d88521557c65ddc476520f.tar.bz2
rails-056d06627af1c99647d88521557c65ddc476520f.zip
Improve the warning a bit [ci skip]
-rw-r--r--guides/source/action_controller_overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_controller_overview.md b/guides/source/action_controller_overview.md
index 4200764b2d..8890ea453e 100644
--- a/guides/source/action_controller_overview.md
+++ b/guides/source/action_controller_overview.md
@@ -1223,7 +1223,7 @@ Create the controller and views.
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.
+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 like presenting an empty page for the users.
Force HTTPS protocol
--------------------