class method
self.new
Ruby on Rails 3.1.12
Since v3.1.12 Last seen in v4.2.9Signature
self.new(app)
No documentation comment.
Parameters
-
appreq
Source
# File actionpack/lib/action_dispatch/middleware/reloader.rb, line 54
def initialize(app)
@app = app
end
Defined in actionpack/lib/action_dispatch/middleware/reloader.rb line 54
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Reloader