tech(clean): remove Column classname: attribute

Co-authored-by: mfo <mfo@users.noreply.github.com>
This commit is contained in:
simon lehericey 2024-10-09 09:51:47 +02:00
parent 30fcb75da4
commit 3677f3b2d3
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5
6 changed files with 50 additions and 45 deletions

View file

@ -30,7 +30,7 @@ module ColumnsConcern
end
def dossier_id_column
Column.new(procedure_id: id, table: 'self', column: 'id', classname: 'number-col', type: :number)
Column.new(procedure_id: id, table: 'self', column: 'id', type: :number)
end
def dossier_state_column