diff options
author | Henrik N <henrik@nyh.se> | 2008-08-07 17:43:33 +0200 |
---|---|---|
committer | Henrik N <henrik@nyh.se> | 2008-08-07 17:44:50 +0200 |
commit | d2553c3409843986be2c00394687828195b913dc (patch) | |
tree | 876940e2deb50a738e397e002711bcfdf27cf2c3 /actionpack | |
parent | 3060715ea994c558e33d6bd827d9f085da73ac4a (diff) | |
download | rails-d2553c3409843986be2c00394687828195b913dc.tar.gz rails-d2553c3409843986be2c00394687828195b913dc.tar.bz2 rails-d2553c3409843986be2c00394687828195b913dc.zip |
Typo in comment.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_controller/rescue.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/rescue.rb b/actionpack/lib/action_controller/rescue.rb index 482ac7d7a4..4ea1d3121c 100644 --- a/actionpack/lib/action_controller/rescue.rb +++ b/actionpack/lib/action_controller/rescue.rb @@ -148,7 +148,7 @@ module ActionController #:nodoc: end # Overwrite to implement public exception handling (for requests answering false to <tt>local_request?</tt>). By - # default will call render_optional_error_file. Override this method to provide more user friendly error messages.s + # default will call render_optional_error_file. Override this method to provide more user friendly error messages. def rescue_action_in_public(exception) #:doc: render_optional_error_file response_code_for_rescue(exception) end |