aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/tagging.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/tagging.rb')
-rw-r--r--activerecord/test/fixtures/tagging.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/tagging.rb b/activerecord/test/fixtures/tagging.rb
new file mode 100644
index 0000000000..06d0144b5a
--- /dev/null
+++ b/activerecord/test/fixtures/tagging.rb
@@ -0,0 +1,4 @@
+class Tagging < ActiveRecord::Base
+ belongs_to :tag
+ belongs_to :taggable, :polymorphic => true
+end \ No newline at end of file