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
|
class Commentaire < ApplicationRecord
|
||||||
include Discard::Model
|
include Discard::Model
|
||||||
|
|
||||||
self.ignored_columns = [:user_id]
|
|
||||||
belongs_to :dossier, inverse_of: :commentaires, touch: true, optional: false
|
belongs_to :dossier, inverse_of: :commentaires, touch: true, optional: false
|
||||||
|
|
||||||
belongs_to :instructeur, inverse_of: :commentaires, optional: true
|
belongs_to :instructeur, inverse_of: :commentaires, optional: true
|
||||||
|
|
|
@ -46,7 +46,6 @@
|
||||||
# user_id :integer
|
# user_id :integer
|
||||||
#
|
#
|
||||||
class Dossier < ApplicationRecord
|
class Dossier < ApplicationRecord
|
||||||
self.ignored_columns = [:en_construction_conservation_extension]
|
|
||||||
include DossierFilteringConcern
|
include DossierFilteringConcern
|
||||||
include DossierPrefillableConcern
|
include DossierPrefillableConcern
|
||||||
include DossierRebaseConcern
|
include DossierRebaseConcern
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue