开始使用 Vote_fu

发布于 2024-10-26 22:26:38 字数 123 浏览 2 评论 0原文

我已经成功安装了 Rails 3 的 Vote_fu,并在控制台窗口中为所需的对象投票,但我对 Rails 是全新的,所以我真的不知道如何在控制器中实现投票系统。我真的只是在寻找一些方向,我会尝试从那里开始。

谢谢。

I have successfully installed Vote_fu for rails 3, and have voted for the desired object in the console window, but I'm brand new to rails, so I really don't know how to implement a voting system in the controller. I'm really just looking for some direction, and I'll try to take it from there.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

久隐师 2024-11-02 22:26:38

一切都在Github的vote_fu页面中有描述,

有两种方法vote_forvote_against 您可以在控制器中使用它。
当然,在此之前,您必须将 acts_as_voteracts_as_votable 添加到您的模型中。就是这样

Everything is described at Github's vote_fu page

There are two methods vote_for and vote_against which you can use in your controller.
Before that, for sure, you have to add acts_as_voter and acts_as_votable to your models. Thats it

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文