method
deleted?
v7.2.3 -
Show latest stable
- Class:
ActionDispatch::Cookies::CookieJar
deleted?(name, options = {})public
Whether the given cookie is to be deleted by this CookieJar. Like `[]=`, you can pass in an options hash to test if a deletion applies to a specific `:path`, `:domain` etc.