Flowdock
method

session_id_column

Importance_0
v3.2.13 - Show latest stable - 0 notes - Class: ActiveRecord::SessionStore::Session
session_id_column() private

No documentation

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

Hide source
# File activerecord/lib/active_record/session_store.rb, line 105
          def session_id_column
            'session_id'
          end
Register or log in to add new notes.