method
key?
v3.2.13 -
Show latest stable
- Class:
ActionDispatch::Flash::FlashHash
key?(name)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/flash.rb, line 114
def key?(name)
@flashes.key? name
end