tech(deadcode): remove unused constant on ProcedurePresentation
This commit is contained in:
parent
e41326dad5
commit
112d49cb51
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue