<% @settings_tax_profiles.each do |settings_tax_profile| %> <% end %>
Name Rate Inclusive Order by Created by Actions
<%= settings_tax_profile.name %> <%= settings_tax_profile.rate %> <%= settings_tax_profile.inclusive %> <%= settings_tax_profile.order_by %> <%= settings_tax_profile.created_by %> <%= link_to 'Edit', edit_settings_tax_profile_path(settings_tax_profile) %> <%= link_to 'Destroy', settings_tax_profile_path(settings_tax_profile ), method: :delete, data: { confirm: 'Are you sure?' } %>