我需要将评论意见整合到我现有的蒙古文件中。有什么红宝石可以实现吗?
发布于 2011-10-02 23:27:11
通常你会使用acts_as_commentable
https://github.com/jackdempsey/acts_as_commentable
但它只适用于ActiveRecord。
将这个用于Mongoid:
https://github.com/mgolovnia/mongoid_commentable
https://stackoverflow.com/questions/7554490
相似问题