lib/arql/app.rb in arql-0.1.5 vs lib/arql/app.rb in arql-0.1.6

- old
+ new

@@ -14,10 +14,10 @@ end def initialize(options) @options = options Connection.open(connect_options) - @definition = Definition.new + @definition = Definition.new(effective_config) end def connect_options connect_conf = effective_config.slice(:adapter, :host, :username, :password, :database, :encoding,