摘要:
Active Record Session StoreA 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 textsession_idanddataattributes is sufficient.InstallationInclude this gem into your Gemfile:gem 'activerecord-session_store 阅读全文