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