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