Sha256: 13c9000c093436caa60495350f2551284e5dc90973f077498d3fe9510149a9fe
Contents?: true
Size: 301 Bytes
Versions: 76
Compression:
Stored size: 301 Bytes
Contents
class Tagging < ActiveRecord::Base belongs_to :tag, :include => :tagging belongs_to :super_tag, :class_name => 'Tag', :foreign_key => 'super_tag_id' belongs_to :invalid_tag, :class_name => 'Tag', :foreign_key => 'tag_id' belongs_to :taggable, :polymorphic => true, :counter_cache => true end
Version data entries
76 entries across 76 versions & 5 rubygems