HELP with self-referential join (using another model as join table)

Hi all,

I'm having problems with the following relationship, can anybody help me out here? I'm using Rails 2.1. There is only i vote in the DB (and the 2 users exist):

id voter_id voted_id type value status created_at updated_at 2 15 17 0 APPROVED 0 2008-07-20 16:18:06 2008-07-20 16:18:06

Cheers, Sazima

# Table name: votes