class SqlQuery::Config

Attributes

adapter[RW]
path[RW]

Public Class Methods

new() click to toggle source
# File lib/sql_query.rb, line 70
def initialize
  @path = '/app/sql_queries'
  @adapter = ActiveRecord::Base
end