I have an acts_as_votable voting system working right now.
But, I want to add a second vote link/button system to the same model/user group to track another type of vote. How would I go about doing this? I was thinking to create a whole new table/etc. but thinking if there is an easier solution to track another vote within the same tables?
Thanks in advance!