class method
self.new
Ruby on Rails 4.1.16
Since v3.2.22.5Signature
self.new(app, routes_app = nil)
No documentation comment.
Parameters
-
appreq -
routes_appopt = nil
Source
# File actionpack/lib/action_dispatch/middleware/debug_exceptions.rb, line 11
def initialize(app, routes_app = nil)
@app = app
@routes_app = routes_app
end
Defined in actionpack/lib/action_dispatch/middleware/debug_exceptions.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::DebugExceptions