Remove deprecated virus_scan model

This commit is contained in:
Paul Chavard 2019-04-25 12:56:25 +02:00
parent 7b835f01fd
commit 91f2d7d706
11 changed files with 10 additions and 75 deletions

View file

@ -4,7 +4,6 @@ class Champ < ApplicationRecord
belongs_to :parent, class_name: 'Champ'
has_many :commentaires
has_one_attached :piece_justificative_file
has_one :virus_scan
# We declare champ specific relationships (Champs::CarteChamp and Champs::SiretChamp)
# here because otherwise we can't easily use includes in our queries.