aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/tag.rb
blob: 78b6f6666c1c89728bca2791f4beb1874db258b1 (plain) (blame)
1
2
3
4
class Tag < ActiveRecord::Base
  has_many :taggings, :as => :taggable
  has_one  :tagging,  :as => :taggable
end