<%= simple_form_for(@pool) do |f| %>

Edit Pool: <%= @pool.name %>

<%= f.input :name %> <%= f.input :description %> <%= f.input :post_ids, :label => "Posts" %> <%= f.button :submit %> <% end %>
<%= render "secondary_links" %>