class Comment < ActiveRecord::Base belongs_to :commentable, :polymorphic => true belongs_to :commenter, :polymorphic => true end