class CategoryCategoryable < ActiveRecord::Base belongs_to :category belongs_to :category_categoryables, :polymorphic => true end