article_categorization.rb 136 Bytes Edit Raw Blame History 1 2 3 4 5 class ArticleCategorization < ActiveRecord::Base set_table_name :articles_categories belongs_to :article belongs_to :category end