fix maintenance task
This commit is contained in:
parent
3f9b3c3d35
commit
bc4ec416fb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Maintenance
|
||||||
include StatementsHelpersConcern
|
include StatementsHelpersConcern
|
||||||
|
|
||||||
def collection
|
def collection
|
||||||
Dossier.includes(champs: true)
|
Dossier.includes(champs: [])
|
||||||
end
|
end
|
||||||
|
|
||||||
def process(dossier)
|
def process(dossier)
|
||||||
|
|
Loading…
Add table
Reference in a new issue