<%= table_for @npw do |t| t.column :id t.column :first_name t.column :last_name t.column :category, header_attrs: {style: 'background-color: red;'} t.column :year end %>