scaffold models
This commit is contained in:
17
app/views/settings/membership_settings/_form.html.erb
Normal file
17
app/views/settings/membership_settings/_form.html.erb
Normal file
@@ -0,0 +1,17 @@
|
||||
<%= simple_form_for(@settings_membership_setting) do |f| %>
|
||||
<%= f.error_notification %>
|
||||
|
||||
<div class="form-inputs">
|
||||
<%= f.input :membership_type %>
|
||||
<%= f.input :is_active %>
|
||||
<%= f.input :gateway_communication_type %>
|
||||
<%= f.input :gateway_url %>
|
||||
<%= f.input :auth_token %>
|
||||
<%= f.association :merchant_account %>
|
||||
<%= f.input :created_by %>
|
||||
</div>
|
||||
|
||||
<div class="form-actions">
|
||||
<%= f.button :submit %>
|
||||
</div>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user