Migrate Admin / Gestionnaire / Procédure gestion in database

This commit is contained in:
Xavier J 2016-05-20 15:39:17 +02:00
parent fe4d921997
commit 1923f2aec1
22 changed files with 159 additions and 29 deletions

4
app/models/assign_to.rb Normal file
View file

@ -0,0 +1,4 @@
class AssignTo < ActiveRecord::Base
belongs_to :procedure
belongs_to :gestionnaire
end