6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
<%= simple_form_for(pool) do |f| %>
|
|
<%= f.input :name %>
|
|
<%= f.input :description %>
|
|
<%= f.button :submit %>
|
|
<% end %>
|