gpt4 book ai didi

ruby-on-rails - Ruby on Rails 评级/喜欢 Gem

转载 作者:行者123 更新时间:2023-12-04 06:35:33 26 4
gpt4 key购买 nike

我现在正在 Days 中搜索评分/点赞 Gem,它允许我像 Facebook 点赞一样对图像进行评分/点赞。我让那个按钮悬停在我的图片上:

enter image description here

如果可以访问点赞计数并显示它就好了。如果我没有真正搜索它,我不会发布它,但几天后,也许有人知道我的问题的快速解决方案。

谢谢

最佳答案

您是否尝试过 acts_as_votable gem?如果没有,那就是你需要的

用法:

class Pin < ActiveRecord::Base
# ...
acts_as_votable
end

class User < ActiveRecord::Base
#...
acts_as_voter
end

有用的链接

关于ruby-on-rails - Ruby on Rails 评级/喜欢 Gem,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17690631/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com