# File lib/acts_as_voter.rb, line 59
        def vote_for(voteable)
          self.vote(voteable, true)
        end