chore(rubocop): fix Rails/UnusedIgnoredColumns

This commit is contained in:
Colin Darie 2023-04-19 11:22:21 +02:00
parent 7aba5ccc3e
commit 8fa5e0dbb8
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
2 changed files with 0 additions and 2 deletions

View file

@ -15,7 +15,6 @@
class Commentaire < ApplicationRecord
include Discard::Model
self.ignored_columns = [:user_id]
belongs_to :dossier, inverse_of: :commentaires, touch: true, optional: false
belongs_to :instructeur, inverse_of: :commentaires, optional: true

View file

@ -46,7 +46,6 @@
# user_id :integer
#
class Dossier < ApplicationRecord
self.ignored_columns = [:en_construction_conservation_extension]
include DossierFilteringConcern
include DossierPrefillableConcern
include DossierRebaseConcern