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

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

If you know the precise ordering of posts that you want, you can just enter them here instead of sorting each post manually. Enter a list of post ids separated by spaces.

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