aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/tagging.rb
blob: 06d0144b5adbca037817bc4863fefbcb13476397 (plain) (blame)
1
2
3
4
class Tagging < ActiveRecord::Base
  belongs_to :tag
  belongs_to :taggable, :polymorphic => true
end