Combining Different Models in a Single Query in Rails
When building out new features in Rails, you’ll often find yourself needing to combine data from multiple models. Recently, I faced a similar scenario while adding a blog section to [rapidruby.com](https://rapidruby.com). I already had `Video` mod...