From 98d87f38fc9d1eef66e480ce35e648447787bc78 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 21 Mar 2008 23:15:21 +0000 Subject: Fix schema.rb some more. sponsors.sponsorable_type should be a string. References #4756. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9073 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/schema/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/test/schema') diff --git a/activerecord/test/schema/schema.rb b/activerecord/test/schema/schema.rb index c9b7cbe97d..856f2fd608 100644 --- a/activerecord/test/schema/schema.rb +++ b/activerecord/test/schema/schema.rb @@ -422,6 +422,6 @@ ActiveRecord::Schema.define do create_table :sponsors, :force => true do |t| t.integer :club_id t.integer :sponsorable_id - t.integer :sponsorable_type + t.string :sponsorable_type end end -- cgit v1.2.3