diff options
author | Julia Lopez <julia@getharvest.com> | 2016-12-14 12:14:47 +0100 |
---|---|---|
committer | Julia Lopez <julia@getharvest.com> | 2016-12-21 11:09:29 +0100 |
commit | 5e46f4ccb477dcb0ecce3242f20c59e9c890964d (patch) | |
tree | 41197bd9ae640b736cec312b5c0bc78dadbb48f1 /activerecord/test/support | |
parent | 0dc9eb46ee47b1196583fd860b25242b6421ab1e (diff) | |
download | rails-5e46f4ccb477dcb0ecce3242f20c59e9c890964d.tar.gz rails-5e46f4ccb477dcb0ecce3242f20c59e9c890964d.tar.bz2 rails-5e46f4ccb477dcb0ecce3242f20c59e9c890964d.zip |
fix #create_fixtures when equal table names in different databases
Diffstat (limited to 'activerecord/test/support')
-rw-r--r-- | activerecord/test/support/connection.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/test/support/connection.rb b/activerecord/test/support/connection.rb index c9260398e2..bc5af36a28 100644 --- a/activerecord/test/support/connection.rb +++ b/activerecord/test/support/connection.rb @@ -2,6 +2,7 @@ require "active_support/logger" require "models/college" require "models/course" require "models/professor" +require "models/other_dog" module ARTest def self.connection_name |