A procedure has a default groupe instructeur

This commit is contained in:
simon lehericey 2019-08-27 15:28:02 +02:00
parent f296318072
commit 115d91387c
4 changed files with 31 additions and 0 deletions

View file

@ -1,3 +1,4 @@
class GroupeInstructeur < ApplicationRecord
DEFAULT_LABEL = 'défaut'
belongs_to :procedure
end