Prepare to drop columns

This commit is contained in:
Paul Chavard 2019-09-17 10:16:52 +02:00
parent b32b12afbb
commit 88842918f9
8 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
class Commentaire < ApplicationRecord
self.ignored_columns = ['file']
self.ignored_columns = ['file', 'piece_justificative_id']
belongs_to :dossier, inverse_of: :commentaires, touch: true