diff options
author | Arun Agrawal <arunagw@gmail.com> | 2015-08-23 17:49:46 +0200 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2015-08-23 17:49:46 +0200 |
commit | 093e6ae74b80157c3d328adf09e770ec2154408d (patch) | |
tree | 8c06de5f5b2749e52784d727d9dfc59631b21012 /guides | |
parent | c106ba9f8dde72cfc856d1ecbc7b9de821483b67 (diff) | |
parent | 10c73386ae21102334af6827b70e7e344a167a5b (diff) | |
download | rails-093e6ae74b80157c3d328adf09e770ec2154408d.tar.gz rails-093e6ae74b80157c3d328adf09e770ec2154408d.tar.bz2 rails-093e6ae74b80157c3d328adf09e770ec2154408d.zip |
Merge pull request #21343 from shunsukeaida/remove_broken_link
Remove a link to the site that seems to be gone. [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/action_controller_overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/action_controller_overview.md b/guides/source/action_controller_overview.md index 09fbdc0d32..d2173c39f6 100644 --- a/guides/source/action_controller_overview.md +++ b/guides/source/action_controller_overview.md @@ -1174,7 +1174,7 @@ end WARNING: You shouldn't do `rescue_from Exception` or `rescue_from StandardError` unless you have a particular reason as it will cause serious side-effects (e.g. you won't be able to see exception details and tracebacks during development). -NOTE: Certain exceptions are only rescuable from the `ApplicationController` class, as they are raised before the controller gets initialized and the action gets executed. See Pratik Naik's [article](http://m.onkey.org/2008/7/20/rescue-from-dispatching) on the subject for more information. +NOTE: Certain exceptions are only rescuable from the `ApplicationController` class, as they are raised before the controller gets initialized and the action gets executed. Force HTTPS protocol -------------------- |