diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-03-16 23:23:00 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-03-17 13:36:35 -0300 |
commit | 919afca23858610e4ca03263ad2e39520cf06164 (patch) | |
tree | f49d2f775825a33dfcffc9f9d1b1085ada896953 /actionpack/lib | |
parent | 041f4eec39712ac96aa1bf1fd3ed9f4cf7bac690 (diff) | |
download | rails-919afca23858610e4ca03263ad2e39520cf06164.tar.gz rails-919afca23858610e4ca03263ad2e39520cf06164.tar.bz2 rails-919afca23858610e4ca03263ad2e39520cf06164.zip |
Whitespaces :scissors:
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/middleware/show_exceptions.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/show_exceptions.rb b/actionpack/lib/action_dispatch/middleware/show_exceptions.rb index 836136eb95..ab740a0190 100644 --- a/actionpack/lib/action_dispatch/middleware/show_exceptions.rb +++ b/actionpack/lib/action_dispatch/middleware/show_exceptions.rb @@ -9,7 +9,7 @@ module ActionDispatch # of ShowExceptions. Everytime there is an exception, ShowExceptions will # store the exception in env["action_dispatch.exception"], rewrite the # PATH_INFO to the exception status code and call the rack app. - # + # # If the application returns a "X-Cascade" pass response, this middleware # will send an empty response as result with the correct status code. # If any exception happens inside the exceptions app, this middleware |