The SQL generated by user1.referer is

SELECT "users".* FROM "users" INNER JOIN referrals ON users.id = 
referrals.referer_id WHERE (("referrals".referer_id = 1))

But it should be using WHERE referrals.referee_id = 1 instead of 
referer_id = 1.  I've tinkered with various permutations but cannot make 
it query for users.id = referer_id WHERE referee_id = x.  Any thoughts?
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to