final optims after sim review
This commit is contained in:
parent
f3c4040d2d
commit
c7643154d1
12 changed files with 106 additions and 61 deletions
|
@ -44,6 +44,7 @@ class User < ApplicationRecord
|
|||
has_many :invites, dependent: :destroy
|
||||
has_many :dossiers_invites, through: :invites, source: :dossier
|
||||
has_many :feedbacks, dependent: :destroy
|
||||
has_many :deleted_dossiers
|
||||
has_one :france_connect_information, dependent: :destroy
|
||||
belongs_to :instructeur, optional: true
|
||||
belongs_to :administrateur, optional: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue