aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/show_exceptions.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2012-03-17 10:25:26 -0700
committerJosé Valim <jose.valim@gmail.com>2012-03-17 10:25:26 -0700
commitadadd865a2688f31146c877fbeea1269a15d41f4 (patch)
tree280c1871410363b6bd16b5efe6af12373b615180 /actionpack/lib/action_dispatch/middleware/show_exceptions.rb
parent6ce54d4ba8c220a84e55e7dd798d364c3f48d9f7 (diff)
parentda5a47e7b9cd438c68276ad0886f9bb1260867b0 (diff)
downloadrails-adadd865a2688f31146c877fbeea1269a15d41f4.tar.gz
rails-adadd865a2688f31146c877fbeea1269a15d41f4.tar.bz2
rails-adadd865a2688f31146c877fbeea1269a15d41f4.zip
Merge pull request #5488 from rafaelfranca/ad-ssl
Remove Rack::SSL in favour of ActionDispatch::SSL
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