From 04186339195f4b60ac5313e5dd3b2faa56ce7651 Mon Sep 17 00:00:00 2001 From: Philippe Creux Date: Fri, 27 Jun 2014 15:38:45 -0700 Subject: Fix test with add_foreign_key DSL in 9d21ef9 --- activerecord/test/schema/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb index be134fde11..a9a4acdfce 100644 --- a/activerecord/test/schema/schema.rb +++ b/activerecord/test/schema/schema.rb @@ -83,7 +83,7 @@ ActiveRecord::Schema.define do create_table :author_addresses, force: true do |t| end - add_foreign_key :authors, :author_address + add_foreign_key :authors, :author_addresses create_table :author_favorites, force: true do |t| t.column :author_id, :integer -- cgit v1.2.3