module Banyan class Categorization < ActiveRecord::Base set_table_name 'banyan_categorizations' belongs_to :category, :class_name => 'Banyan::Category' belongs_to :categorizable, :polymorphic => true, :touch => true end end