module Yinx::SQL

Constants

VERSION

Public Class Methods

connect(*args) click to toggle source
# File lib/yinx_sql.rb, line 10
def self.connect *args
  ActiveRecord::Base.establish_connection *args
end