session.rb 113 Bytes
ActionDispatch::Reloader.to_prepare do
  ActionDispatch::Session::ActiveRecordStore.session_class = Session
end