Sprok.trap_class_method(Rails::Mongoid, :load_models) alternative for postgresql

43 Views Asked by At

I'm upgrading my project from mongodb to postgresql. While modifing my spec_helper file I encountered this line: Spork.trap_class_method(Rails::Mongoid, :load_models), which is needed to be updated according to it's alternative in postgresql which I'm unable to find.

0

There are 0 best solutions below