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