class ThingConversation < ActiveRecord::Base belongs_to :conversation belongs_to :thing, :polymorphic => true end