Remove unused columns
This commit is contained in:
parent
3ac4a1b339
commit
371d612fdb
5 changed files with 16 additions and 16 deletions
|
@ -14,6 +14,8 @@
|
|||
# procedure_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