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