models: remove columns that have been deleted from db schema

These columns are gone, so we can't stop ignoring them.
This commit is contained in:
Pierre de La Morinerie 2020-08-06 16:53:34 +02:00
parent b46a148a4c
commit 2892fdbeef
5 changed files with 0 additions and 8 deletions

View file

@ -12,8 +12,6 @@
# user_id :bigint
#
class Commentaire < ApplicationRecord
self.ignored_columns = ['file', 'piece_justificative_id']
belongs_to :dossier, inverse_of: :commentaires, touch: true
belongs_to :user