module ActiveRecord

def self.load_all!

TODO: Review explicit loads to see if they will automatically be handled by the initilizer.
def self.load_all!
  [Base, DynamicFinderMatch, ConnectionAdapters::AbstractAdapter]
end