Given the following hierarchy
给出以下层次结构
class Content < ActiveRecord::Base end
class Page < Content end
class Post < Content end
clasGiven the following hierarchy
给出以下层次结构
class Content < ActiveRecord::Base end
class Page < Content end
class Post < Content end
clas