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