Remove ignored_columns from type_de_champ
This commit is contained in:
parent
3d3d0259a0
commit
c9f2224991
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@
|
||||||
# stable_id :bigint
|
# stable_id :bigint
|
||||||
#
|
#
|
||||||
class TypeDeChamp < ApplicationRecord
|
class TypeDeChamp < ApplicationRecord
|
||||||
self.ignored_columns = ['procedure_id']
|
|
||||||
|
|
||||||
enum type_champs: {
|
enum type_champs: {
|
||||||
text: 'text',
|
text: 'text',
|
||||||
textarea: 'textarea',
|
textarea: 'textarea',
|
||||||
|
|
Loading…
Reference in a new issue