On Feb 15, 8:49 am, Frederick Cheung <[email protected]> wrote: > On Feb 14, 11:24 pm, Jarrett <[email protected]> wrote: > > > > > Notice that in DishTagging Load, the first foreign key in the list is > > 58. As it turns out, there is only one DishTagging witth tag_id 58, > > and its dish_id is 209. Now look at Dish Load: it's loading dish 209 > > and nothing else. > > Dumb question: Are their dish_tags with tag_id 60,61,62 etc. What is > their dish_id ? > Another thought - you seem to have some sort of STI thing going on (DishTag < Tag). Does the type column on the tags column contain appropriate values?
Fred > Fred -- 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.

