HasMany in the List view
# avo-2
b
Is there a way to show a
HasMany
or
HasAndBelongsToMany
association in the `List`/`Index` view? In my case, I'd like to show a comma-delimited list of the titles of the associated resources.
l
the way to go there is to generate a custom field that you would use only on the
Index
view
it's really not that difficult
2 Views