Sha256: aaf9375a8afdfdd68a778d639ec633451fed30408c1c5f06536e16da41b6175e
Contents?: true
Size: 159 Bytes
Versions: 1
Compression:
Stored size: 159 Bytes
Contents
class Tag < ActiveRecord::Base has_many :taggings, :as => :taggable has_many :taggables, :through => :taggings has_one :tagging, :as => :taggable end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-1.14.0 | test/fixtures/tag.rb |