> OK...then how about
> 
> class User
>   has_many :characters
>   belongs_to :selected_character, :class_name => 'Character'
> end
> 
> class Character
>   belongs_to :user
> end

That did it!  I have no idea why my brain tends to reverse the belongs
and has relationships sometimes.  Thanks a lot for your help.
-- 
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