rubyvideo
rubyvideo copied to clipboard
Fix Talk#Show speakers n+1
There is an n+1 query triggered by rendering the speakers of each talk because it's not eager loaded in the controller when rendering Speakers#show
| Before | After |
|---|---|
Thanks but I think the PR is missing the commit
@adrienpoly I added the missing commit 😇
@adrienpoly I think this one is also ready to merge with approval.