Remove ignored_columns from type_de_champ

This commit is contained in:
Paul Chavard 2020-09-02 12:34:43 +02:00
parent 3d3d0259a0
commit c9f2224991

View file

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