Please provide a little more detail. I'm not following totally because
when you say the two models are not directly associated, but one has
the id of the other, that's a contradiction. When a table has a
foreign key, it's directly related to that other table. Just make sure
you define that relatio
how should i change a model's view in order to display a link to
another model's record name instead of the record id?
given that the view's current model only stores the id of the other
model and not the name, and the two models are not directly associated
thanks
--~--~-~--~~---