Create GroupeInstructeur

This commit is contained in:
simon lehericey 2019-08-19 16:12:30 +02:00
parent e47925e18e
commit f296318072
4 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,3 @@
class GroupeInstructeur < ApplicationRecord
belongs_to :procedure
end