Ignore type_de_champ procedure_id
This commit is contained in:
parent
36668403b6
commit
5ceae8235b
2 changed files with 3 additions and 1 deletions
|
@ -18,6 +18,8 @@
|
|||
# stable_id :bigint
|
||||
#
|
||||
class TypeDeChamp < ApplicationRecord
|
||||
self.ignored_columns = ['procedure_id']
|
||||
|
||||
enum type_champs: {
|
||||
text: 'text',
|
||||
textarea: 'textarea',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue