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