instiki/vendor/rails/activerecord/test/fixtures/tag.rb
2007-01-22 07:43:50 -06:00

5 lines
120 B
Ruby

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