Method: SqlQuery::Config#initialize
- Defined in:
- lib/sql_query.rb
#initialize ⇒ Config
Returns a new instance of Config.
70 71 72 73 |
# File 'lib/sql_query.rb', line 70 def initialize @path = '/app/sql_queries' @adapter = ActiveRecord::Base end |