Closed janko closed 4 years ago
We had removed the SpringSupport module, but it's still being referenced on initialization. We remove this code, and move the Sequel.after_fork call to the "sequel.spring" initializer.
SpringSupport
Sequel.after_fork
Thanks to @xymbol for pointing it out.
Hi @janko thanks for fixing it. And thanks to @xymbol for pointing it out.
We had removed the
SpringSupport
module, but it's still being referenced on initialization. We remove this code, and move theSequel.after_fork
call to the "sequel.spring" initializer.Thanks to @xymbol for pointing it out.