instance method
call
Ruby on Rails 4.1.16
Since v2.3.18 Last seen in v4.2.9Signature
call(env)
No documentation comment.
Parameters
-
envreq
Source
# File railties/lib/rails/rack/debugger.rb, line 19
def call(env)
@app.call(env)
end
Defined in railties/lib/rails/rack/debugger.rb line 19
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Rack::Debugger