Remove user feedback buttons
This commit is contained in:
parent
dc73500d61
commit
2a068fb9b0
12 changed files with 0 additions and 211 deletions
|
@ -44,7 +44,6 @@ class User < ApplicationRecord
|
|||
has_many :dossiers, dependent: :destroy
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue