<% exemptions.each do |exemption| %> <% end %>
Account ID Customer Usage Type
<%= exemption[:account_id] %> <%= exemption[:customer_usage_type] %> <%= link_to ''.html_safe, remove_exemption_configuration_path(:account_id => exemption[:account_id]), :method => :delete %>
<%= javascript_tag do %> $(document).ready(function() { $('#exemptions-table').dataTable({ "dom": "t", "paging": false, "columns": [ null, null, { "orderable": false } ] }); }); <% end %>