method

destroy

rails latest stable - Class: ActionDispatch::Session::AbstractStore

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here.

destroy(env)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/session/abstract_store.rb, line 81
      def destroy(env)
        raise '#destroy needs to be implemented.'
      end