<% tax_codes.each do |tax_code| %> <% end %>
Product name Tax code
<%= tax_code[:productName] %> <%= tax_code[:taxCode] %> <%= link_to ''.html_safe, remove_tax_code_configuration_path(:product_name => tax_code[:productName]), :method => :delete %>
<%= javascript_tag do %> $(document).ready(function() { $('#products-table').dataTable({ "dom": "t", "paging": false, "columns": [ null, null, { "orderable": false } ] }); }); <% end %>