Jerry John Jacob
Results
1
issues of
Jerry John Jacob
I have a use case which requires a custom ActiveRecord session class implementation, and I provide that configuration as specified [here](https://github.com/rails/activerecord-session_store/#configuration): ```Ruby ActionDispatch::Session::ActiveRecordStore.session_class = MySessionClass ``` I think an ideal...