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

5 lines
108 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
class Categorization < ActiveRecord::Base
belongs_to :post
belongs_to :category
belongs_to :author
end