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