instiki/vendor/rails/activerecord/test/fixtures/tag.rb

5 lines
120 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
class Tag < ActiveRecord::Base
has_many :taggings
has_many :taggables, :through => :taggings
has_one :tagging
end