Ignore to be removed columns

This commit is contained in:
Paul Chavard 2019-08-28 16:14:20 +02:00
parent e975e2a0aa
commit 434210de2e
4 changed files with 8 additions and 0 deletions

View file

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