I would like to show a related has_many set of objects in the show view of the parent object as a table.
Currently the has_many items are just being shown as a list separated by commas.
How can I show the has_many items as a table and specify the columns to include?