Method: Updater::ORM::ClassMethods#before_fork

Defined in:
lib/updater/orm/orm.rb

#before_forkObject

This method is called by the child before a fork call. It allows the ORM to clean up any connections Made by the parent and establish new connections if necessary.



230
231
232
# File 'lib/updater/orm/orm.rb', line 230

def before_fork
  
end