I am new to RoR and I am trying to use the acts_as_votable plugin. I can see that there are methods such as
@object.vote :voter => @user, :vote => 'like'
But I don't know how to call this method based upon a button click on a view, which is my ultimate goal. The underlying methods exist, I just need to provide an action by the user.