Let\'s say that I want to search for Events in my app. When I display the results, I want to display who created the event, for instance.
Is there any way to add
Just in case you need to add a normal and nested include, here's what I needed:
Professional.search(include: [:user, {branches: [:business]}]) do