Ignore type_de_champ procedure_id

This commit is contained in:
Paul Chavard 2020-08-27 20:14:23 +02:00
parent 36668403b6
commit 5ceae8235b
2 changed files with 3 additions and 1 deletions

View file

@ -18,6 +18,8 @@
# stable_id :bigint
#
class TypeDeChamp < ApplicationRecord
self.ignored_columns = ['procedure_id']
enum type_champs: {
text: 'text',
textarea: 'textarea',