Flowdock
method

find_by_session_id

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActiveRecord::SessionStore::Session
find_by_session_id(*args) 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 95
              def self.find_by_session_id(*args)
                find_by_sessid(*args)
              end
Register or log in to add new notes.