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:
parent
b46a148a4c
commit
2892fdbeef
5 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue