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
Found the answer, it was actually quite simple:
Event.search(:include => [:user]) do...