TomRossi7 wrote: > I think this is the relationship model? > > character has_and_belongs_to_many quests > character has_many objectives, :through => quests > > quest has_and_belongs_to_many characters > quest has_many objectives
I think I have to make a separate table. tracked_objectives which belongs to character through quests. As multiple people can do the same quests and will be at different steps at different times, they'll need the same objectives but at different counts. -- 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.

