<%= simple_form_for([:settings, @settings_membership_setting]) do |f| %> <%= f.error_notification %>
<%= f.input :membership_type %> <%= f.input :is_active %> <%= f.input :gateway_communication_type %> <%= f.input :gateway_url %> <%= f.input :auth_token %> <%= f.input :created_by %>
<%= f.button :submit %>
<% end %>