An Action Dispatch session store backed by an Active Record class for Rails applications.
gem install activerecord-session_storeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure Rails to use ActiveRecord-backed sessions
Run `rails generate active_record:session_migration` and then `rails db:migrate`.
No dependency data recorded yet.