Class Table Inheritance in Rails 3

后端 未结 4 452
无人共我
无人共我 2021-02-05 16:04

I\'m currently working on a Rails 3 application that looks like it might need to use Class Table Inheritance for a couple of models.

A simplified example of what\'s goin

4条回答
  •  耶瑟儿~
    2021-02-05 16:39

    I'm using the class table inheritance plugin and it working well, http://github.com/brunofrank/class-table-inheritance

提交回复
热议问题