Monica Goren

Results 1 comments of Monica Goren

If you are using Rails 3 I recommend just using https://github.com/titanous/mongo-store module ActionDispatch module Session class MongoRailsStore < Rack::Session::Mongo def initialize app, options super end end end end