Deleted unused ./test directory
[feedcatcher.git] / models / categorization.rb
1 class Categorization < ActiveRecord::Base
2 belongs_to :post
3 belongs_to :category
4 belongs_to :author
5 end