Revert "Claimant type to avis table"

This commit is contained in:
Kara Diaby 2021-03-09 13:40:10 +01:00 committed by GitHub
parent 0c5ad449c5
commit f4fd220d43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 49 deletions

View file

@ -27,7 +27,6 @@ module CreateAvisConcern
introduction: create_avis_params[:introduction],
introduction_file: create_avis_params[:introduction_file],
claimant: current_instructeur,
claimant_type: current_instructeur.dossiers.present? ? 'Instructeur' : 'Expert',
dossier: dossier,
confidentiel: confidentiel,
experts_procedure: experts_procedure

View file

@ -4,7 +4,6 @@
#
# id :integer not null, primary key
# answer :text
# claimant_type :string
# confidentiel :boolean default(FALSE), not null
# email :string
# introduction :text