Remove ignored_columns
This commit is contained in:
parent
b294566f2a
commit
f152c51d12
4 changed files with 0 additions and 8 deletions
|
@ -13,8 +13,6 @@
|
|||
# instructeur_id :integer
|
||||
#
|
||||
class AssignTo < ApplicationRecord
|
||||
self.ignored_columns = [:procedure_id]
|
||||
|
||||
belongs_to :instructeur, optional: false
|
||||
belongs_to :groupe_instructeur, optional: false
|
||||
has_one :procedure_presentation, dependent: :destroy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue