class method
self.new
Ruby on Rails 3.0.20
Since v3.0.20Signature
self.new(app, consider_all_requests_local = false)
No documentation comment.
Parameters
-
appreq -
consider_all_requests_localopt = false
Source
# File actionpack/lib/action_dispatch/middleware/show_exceptions.rb, line 40
def initialize(app, consider_all_requests_local = false)
@app = app
@consider_all_requests_local = consider_all_requests_local
end
Defined in actionpack/lib/action_dispatch/middleware/show_exceptions.rb line 40
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::ShowExceptions