From f9c13e6134bbc32dd826eec39fedba5de2514f88 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Fri, 20 Jan 2006 21:51:48 +0000 Subject: Add a test to verify correct behavior when creating a polymorphic association git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3440 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/tag.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activerecord/test/fixtures/tag.rb') diff --git a/activerecord/test/fixtures/tag.rb b/activerecord/test/fixtures/tag.rb index bfd81c69f7..d54f3cd680 100644 --- a/activerecord/test/fixtures/tag.rb +++ b/activerecord/test/fixtures/tag.rb @@ -1,2 +1,3 @@ class Tag < ActiveRecord::Base + has_many :taggings, :as => :taggable end \ No newline at end of file -- cgit v1.2.3