chore(rubocop): fix Rails/UnusedIgnoredColumns
This commit is contained in:
parent
7aba5ccc3e
commit
8fa5e0dbb8
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
# user_id :integer
|
||||
#
|
||||
class Dossier < ApplicationRecord
|
||||
self.ignored_columns = [:en_construction_conservation_extension]
|
||||
include DossierFilteringConcern
|
||||
include DossierPrefillableConcern
|
||||
include DossierRebaseConcern
|
||||
|
|
Loading…
Reference in a new issue