method

process_cleanup_with_session_management_support

rails latest stable - Class: ActionController::SessionManagement

Method deprecated or moved

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

process_cleanup_with_session_management_support()
private

No documentation available.

# File actionpack/lib/action_controller/session_management.rb, line 142
      def process_cleanup_with_session_management_support
        clear_persistent_model_associations
        process_cleanup_without_session_management_support
      end