# File app/helpers/application_helper.rb, line 119 def table_head_row_for(*items) [table_head_row, items.map {|it| "<th>#{it}</th>"}, '</tr>'].join("\n") end