app/components/katalyst/tables/body_row_component.rb in katalyst-tables-2.6.0.beta vs app/components/katalyst/tables/body_row_component.rb in katalyst-tables-2.6.0

- old
+ new

@@ -22,11 +22,11 @@ concat(column.to_s) end end end - def cell(attribute, **options, &block) - with_column(@table.body_cell_component.new(@table, @record, attribute, **options), &block) + def cell(attribute, **, &) + with_column(@table.body_cell_component.new(@table, @record, attribute, **), &) end def header? false end