Sha256: 8b3bb8affc025c413de33985b6740c4afa893625e01d2b6a55c4dc712703dfa9

Contents?: true

Size: 120 Bytes

Versions: 7

Compression:

Stored size: 120 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
activerecord-1.14.3 test/fixtures/tag.rb
activerecord-1.14.1 test/fixtures/tag.rb
activerecord-1.14.2 test/fixtures/tag.rb
activerecord-1.15.2 test/fixtures/tag.rb
activerecord-1.14.4 test/fixtures/tag.rb
activerecord-1.15.0 test/fixtures/tag.rb
activerecord-1.15.1 test/fixtures/tag.rb