Including list view of relationship entity on update page
问题 I am trying to extend an update view to include a list view of some related items below the edit form. I have two models, Publishers and Volumes, which have a many to many relationship. What I am trying to do is this.... when a user clicks on the edit button for a publisher, I want them to go to a page with the standard edit fields, but also have a list view below the form that lists all of the volumes that are connected to that publisher via their relationship. Is there an easy way to do