instance method
[]
Ruby on Rails 7.2.3
Since v3.1.12Signature
[](k)
No documentation comment.
Parameters
-
kreq
Source
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 169
def [](k)
@flashes[k.to_s]
end
Defined in actionpack/lib/action_dispatch/middleware/flash.rb line 169
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Flash::FlashHash