@things = Thing.all
<%= f.input :things,:collection => @things,:as => :check_Boxes %>
def new @post = Post.new @post.things = [@one_thing,@another_thing] end