1 2 3 4 5
class Comment < ActiveRecord::Base belongs_to :post end class SpecialComment < Comment; end;