-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
Trying to change the configuration after its already loaded, calling Model.collection still shows the session to have the old configuration.
I've fixed this by manually calling "Mongoid::Sessions.clear" after Mongoid.load! but maybe this should happen inside load!?