diff options
author | Tore Darell <toredarell@gmail.com> | 2008-10-15 00:11:03 +0200 |
---|---|---|
committer | Tore Darell <toredarell@gmail.com> | 2008-10-15 00:11:03 +0200 |
commit | 3677fa0a16c943f5cd7a38bf111fd0826d950b99 (patch) | |
tree | f646f49320d9610aad0c7767e058aeed4953c1b7 /railties | |
parent | 99918a4c68cc54d898861f1cf3dcce343a90b4f2 (diff) | |
download | rails-3677fa0a16c943f5cd7a38bf111fd0826d950b99.tar.gz rails-3677fa0a16c943f5cd7a38bf111fd0826d950b99.tar.bz2 rails-3677fa0a16c943f5cd7a38bf111fd0826d950b99.zip |
Sorry Pratik, typoed your name :)
Diffstat (limited to 'railties')
-rw-r--r-- | railties/doc/guides/actioncontroller/rescue.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/actioncontroller/rescue.txt b/railties/doc/guides/actioncontroller/rescue.txt index cd8612afe5..ec03006764 100644 --- a/railties/doc/guides/actioncontroller/rescue.txt +++ b/railties/doc/guides/actioncontroller/rescue.txt @@ -64,4 +64,4 @@ private end ----------------------------------- -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 Partik Naik's link:http://m.onkey.org/2008/7/20/rescue-from-dispatching[article] 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. See Pratik Naik's link:http://m.onkey.org/2008/7/20/rescue-from-dispatching[article] on the subject for more information. |