aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/test/fixtures/tag.rb
blob: ed3c6ce34a9a5783968a66f9158d96a890c2df8d (plain) (tree)
1
2
3
4
5
                              


                                            
  
class Tag < ActiveRecord::Base
  has_many :taggings,  :as => :taggable
  has_many :taggables, :through => :taggings
  has_one  :tagging,   :as => :taggable
end