Files
danbooru/app/views/pools/_form.html.erb
2011-02-25 17:41:00 -05:00

7 lines
153 B
Plaintext

<%= simple_form_for(pool) do |f| %>
<%= f.input :name %>
<%= f.input :description %>
<%= f.input :is_active %>
<%= f.button :submit %>
<% end %>