models: fix db structure comment in etablissement.rb
The column is not removed yet, but it is ignored.
This commit is contained in:
parent
edbb5c325d
commit
798b4a65cc
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@
|
||||||
# created_at :datetime
|
# created_at :datetime
|
||||||
# updated_at :datetime
|
# updated_at :datetime
|
||||||
# dossier_id :integer
|
# dossier_id :integer
|
||||||
# entreprise_id :integer
|
|
||||||
#
|
#
|
||||||
class Etablissement < ApplicationRecord
|
class Etablissement < ApplicationRecord
|
||||||
self.ignored_columns = [:entreprise_id]
|
self.ignored_columns = [:entreprise_id]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue