somehow the jdbcmysql_adapter was left out in the refactoring that removed usage of the InstanceMethods module

master
Alex Agranov 2012-02-28 19:31:55 -05:00
parent 3dc99c357d
commit e6cafdb23a
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ require "active_record/connection_adapters/mysql_adapter"
require "activerecord-import/adapters/mysql_adapter"
class ActiveRecord::ConnectionAdapters::MysqlAdapter
include ActiveRecord::Import::MysqlAdapter::InstanceMethods
include ActiveRecord::Import::MysqlAdapter
end