Migrate Admin / Gestionnaire / Procédure gestion in database
This commit is contained in:
parent
fe4d921997
commit
1923f2aec1
22 changed files with 159 additions and 29 deletions
4
app/models/assign_to.rb
Normal file
4
app/models/assign_to.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class AssignTo < ActiveRecord::Base
|
||||
belongs_to :procedure
|
||||
belongs_to :gestionnaire
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue