Restructuring directories.

This commit is contained in:
Zach Dennis 2010-06-26 15:37:23 -04:00
parent 5c287f1042
commit 4fcfa7fd14
12 changed files with 326175 additions and 5 deletions

View file

@ -14,7 +14,7 @@ adapter = options.adapter
# load the library
LIB_DIR = this_dir.join("../lib")
require LIB_DIR.join("ar-extensions/import/#{adapter}")
require LIB_DIR.join("activerecord-import/#{adapter}")
ActiveRecord::Base.logger = Logger.new("log/test.log")
ActiveRecord::Base.logger.level = Logger::DEBUG