remove useless relation between administrateur and dossiers
This commit is contained in:
parent
5a46effcbc
commit
deb11f281f
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ class Administrateur < ApplicationRecord
|
|||
has_many :administrateurs_procedures
|
||||
has_many :procedures, through: :administrateurs_procedures
|
||||
has_many :services
|
||||
has_many :dossiers, -> { state_not_brouillon }, through: :procedures
|
||||
|
||||
has_one :user, dependent: :nullify
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue