Hi, I''m trying to make a join not using an FK. For instance: If a have a Model Person, Phone and Call. A person has many phones. There''s no relationship between Call and Phone. Here are the model attributes: Person: name Phone: number, person_id Call: number_called, call_date I want to join Phone and Call by the phone number. I''d like to do: <%= call.phone.number %> How can I make this kind of join? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---