tech(clean): remove Column classname: attribute
Co-authored-by: mfo <mfo@users.noreply.github.com>
This commit is contained in:
parent
30fcb75da4
commit
3677f3b2d3
6 changed files with 50 additions and 45 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue