I would recommend not using `includes` but using `joins`, `eager_load`, or `preload` depending on what you want to do. It's more explicit.
I would recommend not using `includes` but using `joins`, `eager_load`, or `preload` depending on what you want to do. It's more explicit.