Sumit Srivastava
unread,Feb 8, 2013, 12:47:41 AM2/8/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Hi,
I have a model PlayerScore with unique key as (dt, player_id). I have create associations between Player model and PlayerScore model to display the score on Player screen. Had it been just the score_id as the foreign_key a simple association with belongs_to and has_one would have helped. How should I proceed in this case?
Regards,
Sumit