class ActiveRecord::Base

Public Class Methods

connection() click to toggle source
# File lib/kameleon/ext/active_record/shared_single_connection.rb, line 13
def self.connection
  @@shared_connection || retrieve_connection
end