Eager-load country in Producers controller

This commit is contained in:
Matt-Yorkley
2020-03-23 14:53:13 +01:00
parent 7110f9e6ee
commit 5b481c19cc

View File

@@ -8,7 +8,7 @@ class ProducersController < BaseController
.activated
.visible
.is_primary_producer
.includes(address: :state)
.includes(address: [:state, :country])
.includes(:properties)
.includes(supplied_products: :properties)
.all