Ignore to be removed columns
This commit is contained in:
parent
e975e2a0aa
commit
434210de2e
4 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
class Commentaire < ApplicationRecord
|
||||
self.ignored_columns = ['file']
|
||||
|
||||
belongs_to :dossier, inverse_of: :commentaires, touch: true
|
||||
|
||||
belongs_to :user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue