[Ref #1626] Add the administrateurs_procedures table and associations

This commit is contained in:
gregoirenovel 2018-03-23 11:39:36 +01:00
parent a7a60f92cf
commit 2385548a03
5 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,4 @@
class AdministrateursProcedure < ApplicationRecord
belongs_to :administrateur
belongs_to :procedure
end