I’ve got two models, Article and Order Row. The relationship is Article -> OrderRow is 1…n and OrderRow -> Article is 1. In my mobile view for the OrderRow Form, i can only access the Article id. How do I access model Article’s content(say other attribute data) using Article id?
In the image above, I want my article to read Pizza scone instead of the long id number being displayed. How do i access that attribute?