db(routing): ignore routing criteria name column

This commit is contained in:
Eric Leroy-Terquem 2023-08-01 16:22:59 +02:00
parent cdbaf987c0
commit 16c0a2cb73

View file

@ -78,7 +78,8 @@ class Procedure < ApplicationRecord
:durees_conservation_required,
:cerfa_flag,
:test_started_at,
:lien_demarche
:lien_demarche,
:routing_criteria_name
]
default_scope -> { kept }