Flowdock
method

close_session

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionController::Base
close_session() private

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_controller/base.rb, line 1189
      def close_session
        @_session.close if @_session && @_session.respond_to?(:close)
      end
Register or log in to add new notes.