I have a about 4 or so tables all linked together in a chain type. shelf->card->port->sts. the problem is with the sts table. when I do: "port =Port.find_by_card_id(??) then i do: port.sts.count It keeps saying Port::St missing or something. If I do "port.stss.count" it is looking for table name stss. I even did "set_table_name "sts" " and I still get the same error. Does anyone know how to get this to work? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---