Class: ActionDispatch::Session::MongoidStore

Inherits:
MongoStoreBase
  • Object
show all
Defined in:
lib/mongo_session_store/mongoid_store.rb

Defined Under Namespace

Classes: Session

Constant Summary collapse

BINARY_CLASS =
defined?(Moped::BSON::Binary) ? Moped::BSON::Binary : BSON::Binary

Constants inherited from MongoStoreBase

ActionDispatch::Session::MongoStoreBase::SESSION_RECORD_KEY

Method Summary

Methods inherited from MongoStoreBase

session_class