Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经成功地为 rails 3 安装了 Vote_fu,并在控制台窗口中为所需的对象投票,但我对 rails 是全新的,所以我真的不知道如何在控制器中实现投票系统。我真的只是在寻找一些方向,我会试着从那里开始。
谢谢。
一切都在Github 的 vote_fu 页面上描述
有两种方法vote_for,vote_against您可以在控制器中使用它们。在此之前,当然,您必须添加acts_as_voter和acts_as_votable到您的模型中。而已
vote_for
vote_against
acts_as_voter
acts_as_votable