Method: DBLock.db_handler

Defined in:
lib/db_lock.rb

.db_handlerObject



15
16
17
18
# File 'lib/db_lock.rb', line 15

def self.db_handler
  # this must be an active record base object or subclass
  @db_handler || ActiveRecord::Base
end