1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/app/views/membership_applications/new.html.erb
2018-11-26 19:12:49 +05:00

9 lines
221 B
Text

<div class="container">
<%= simple_form_for @membership_application do |f| %>
<%= f.input :first_name %>
<%= f.input :last_name %>
<%= f.input :middle_name %>
<%= f.button :submit %>
<% end %>
</div>