“Like”, “Dislike” plugin for rails

后端 未结 5 1038
不思量自难忘°
不思量自难忘° 2020-12-14 03:27

Is there any \"like\" , \"dislike\" plugin for rails...

I went through rating plugins... but all of them were 5 star rating plugins...

5条回答
  •  执笔经年
    2020-12-14 04:08

    Why don't just create a new boolean field named like? and then update it as false for dislike and true for like. I doubt you find a plugin/gem for this functionality.

提交回复
热议问题