method

delete

Importance_0
delete(key) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/request/session.rb, line 128 def delete(key) load_for_write! @delegate.delete key.to_s end
Register or log in to add new notes.