# File lib/merb_activerecord.rb, line 28
    def self.run      
      Merb.logger.debug "Disconnecting database connection before forking."
      ::ActiveRecord::Base.clear_active_connections!
    end