I am trying to create a voting picture system on rails 3. What I would like to have happen is have two pictures, and have people on the site vote for which one they like more. I know they have a thumbs_up gem, which creates a voting system quickly. Is there a way to either modify the gem to have it work for pictures or is there a simple way to create this?
Share
you don’t need to modify the gem. Just create an appropriate Model for your Images:
and for your users:
after you can compare the upvote count of 2 images with something like: