rails/activerecord/test/fixtures/categorization.rb
David Heinemeier Hansson 6427db6baa Added tests for join models and fixed a bug #3177
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3279 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-12-11 18:06:51 +00:00

5 lines
108 B
Ruby

class Categorization < ActiveRecord::Base
belongs_to :post
belongs_to :category
belongs_to :author
end