models: remove associations to old pieces justificatives

This commit is contained in:
Pierre de La Morinerie 2019-07-25 14:41:07 +00:00
parent f6a1c7ded3
commit ea1c8ea7e3
3 changed files with 0 additions and 5 deletions

View file

@ -15,7 +15,6 @@ class User < ApplicationRecord
has_many :dossiers, dependent: :destroy
has_many :invites, dependent: :destroy
has_many :dossiers_invites, through: :invites, source: :dossier
has_many :piece_justificative, dependent: :destroy
has_many :feedbacks, dependent: :destroy
has_one :france_connect_information, dependent: :destroy