I have a list of campaigns and am pulling on together in a show page using a helper and having an issue accessing the campaign from the controller. It consoles: undefined.
I think my response above is not correct. While it will work sometimes, with larger data sets I’ve run into a timing issue.
I think this is the correct pattern when you need to wait on return of the collection from the server in your controller/component. Something like this: