Skip to content

Commit

Permalink
make work with seamless database pool
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Petrie authored and spectator committed Aug 23, 2012
1 parent 2bb1150 commit cc0185a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
require "active_record/connection_adapters/seamless_database_pool_adapter"
require "activerecord-import/adapters/mysql_adapter"

class ActiveRecord::ConnectionAdapters::SeamlessDatabasePoolAdapter
include ActiveRecord::Import::MysqlAdapter
end

0 comments on commit cc0185a

Please sign in to comment.