instance method
destroy
Ruby on Rails 3.1.12
Since v3.0.20 Last seen in v3.1.12Available in: v3.0.20 v3.1.12
Signature
destroy(env)
No documentation comment.
Parameters
-
envreq
Source
# File actionpack/lib/action_dispatch/middleware/session/abstract_store.rb, line 86
def destroy(env)
raise '#destroy needs to be implemented.'
end
Defined in actionpack/lib/action_dispatch/middleware/session/abstract_store.rb line 86
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Session::AbstractStore