tech(deadcode): remove unused constant on ProcedurePresentation

This commit is contained in:
mfo 2024-10-07 10:50:50 +02:00 committed by simon lehericey
parent e41326dad5
commit 112d49cb51
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5

View file

@ -1,11 +1,6 @@
# frozen_string_literal: true
class ProcedurePresentation < ApplicationRecord
TABLE = 'table'
COLUMN = 'column'
ORDER = 'order'
SLASH = '/'
TYPE_DE_CHAMP = 'type_de_champ'
belongs_to :assign_to, optional: false