a69c46e8bf
A session store backed by an Active Record class. A default class is provided, but any object duck-typing to an Active Record Session class with text session_id and data attributes is sufficient. WWW: https://github.com/rails/activerecord-session_store
5 lines
254 B
Text
5 lines
254 B
Text
A session store backed by an Active Record class. A default class is provided,
|
|
but any object duck-typing to an Active Record Session class with text
|
|
session_id and data attributes is sufficient.
|
|
|
|
WWW: https://github.com/rails/activerecord-session_store
|