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

This commit is contained in:
Alex Agranov 2012-02-28 19:31:55 -05:00
parent 3dc99c357d
commit e6cafdb23a

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