Multi Table Inheritance with rails 3

前端 未结 3 1256
悲&欢浪女
悲&欢浪女 2020-12-08 22:08

Are there standards or best practices yet when it comes to multi table inheritance in rails 3? So far the best article I could find was:

http://mediumexposure.com/mu

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-08 22:20

    For an easy way to do multi-table inheritance take a look at 'acts_as_relation' plugin https://github.com/hzamani/acts_as_relation.

提交回复
热议问题