perf(rebase): includes champs.types de champs instead of n+1 on this one
This commit is contained in:
parent
3ea718a3f5
commit
b964ac6a7a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ module DossierRebaseConcern
|
|||
.tap { _1.default = [] }
|
||||
|
||||
champs_by_stable_id = champs
|
||||
.joins(:type_de_champ)
|
||||
.includes(:type_de_champ)
|
||||
.group_by(&:stable_id)
|
||||
.transform_values { Champ.where(id: _1) }
|
||||
.tap { _1.default = Champ.none }
|
||||
|
|
Loading…
Reference in a new issue