Files
danbooru/app/views/pools/_form.html.erb
2011-03-04 18:50:38 -05:00

6 lines
125 B
Plaintext

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