aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/show_exceptions.rb
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-16 23:23:00 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-03-17 13:36:35 -0300
commit919afca23858610e4ca03263ad2e39520cf06164 (patch)
treef49d2f775825a33dfcffc9f9d1b1085ada896953 /actionpack/lib/action_dispatch/middleware/show_exceptions.rb
parent041f4eec39712ac96aa1bf1fd3ed9f4cf7bac690 (diff)
downloadrails-919afca23858610e4ca03263ad2e39520cf06164.tar.gz
rails-919afca23858610e4ca03263ad2e39520cf06164.tar.bz2
rails-919afca23858610e4ca03263ad2e39520cf06164.zip
Whitespaces :scissors:
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/show_exceptions.rb')
-rw-r--r--actionpack/lib/action_dispatch/middleware/show_exceptions.rb2
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