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

Version Path
activerecord-1.14.3 test/fixtures/tagging.rb
activerecord-1.14.1 test/fixtures/tagging.rb
activerecord-1.14.0 test/fixtures/tagging.rb
activerecord-1.14.2 test/fixtures/tagging.rb
activerecord-1.15.0 test/fixtures/tagging.rb
activerecord-1.15.1 test/fixtures/tagging.rb
activerecord-1.15.4 test/fixtures/tagging.rb
activerecord-1.15.3 test/fixtures/tagging.rb
activerecord-1.15.2 test/fixtures/tagging.rb
activerecord-1.14.4 test/fixtures/tagging.rb
activerecord-1.15.5 test/fixtures/tagging.rb
activerecord-1.15.6 test/fixtures/tagging.rb
activerecord_authorails-1.0.0 test/fixtures/tagging.rb
backlog-0.0.0 vendor/rails/activerecord/test/fixtures/tagging.rb
backlog-0.0.1 vendor/rails/activerecord/test/fixtures/tagging.rb
backlog-0.0.2 vendor/rails/activerecord/test/fixtures/tagging.rb
backlog-0.0.5 vendor/rails/activerecord/test/fixtures/tagging.rb
backlog-0.0.4 vendor/rails/activerecord/test/fixtures/tagging.rb
backlog-0.1.0 vendor/rails/activerecord/test/fixtures/tagging.rb
backlog-0.1.1 vendor/rails/activerecord/test/fixtures/tagging.rb