Create GroupeInstructeur
This commit is contained in:
parent
e47925e18e
commit
f296318072
4 changed files with 27 additions and 1 deletions
3
app/models/groupe_instructeur.rb
Normal file
3
app/models/groupe_instructeur.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
class GroupeInstructeur < ApplicationRecord
|
||||
belongs_to :procedure
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue