I would like to show a related set of has_many objects in a table view representation of the parent object.
Currently, has_many elements are displayed only as a comma-separated list.
How can I show has_many elements as a table and specify columns to include?
source share