<%= simple_form_for([:settings, @settings_tax_profile ]) do |f| %> <%= f.error_notification %>
<%= f.input :name %> <%= f.input :rate %> <%= f.input :inclusive %> <%= f.input :order_by %>
<%= f.button :submit %>
<% end %>