hi there,
why are people not able to change theyr mind on a voting? once voted you dont seem to be able to change it?
cant there be a
my $vote = photo_votings->find_or_create($photo_id);
$vote->rating($x);
$vote->update;
like code so people can change theyr mind but it still counts as the same vote ... i.e. voting/rating counter does not increase
thanks for your time
