Removed unnecessary spaces.

This commit is contained in:
Ernesto Tagwerker 2014-12-10 23:04:19 +07:00 committed by Jon Rowe
parent 80623d1c89
commit 5697b92663
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ if orm && strategy
require "#{File.dirname(__FILE__)}/../../lib/#{another_orm.downcase}_models"
end
if multiple_db
DatabaseCleaner.app_root = "#{File.dirname(__FILE__)}/../.."
orm_sym = orm.gsub(/(.)([A-Z]+)/,'\1_\2').downcase.to_sym