Currently I have a Category and Post model, joined by a HABTM relationship.
Posts belong to multiple categories and have many attributes.
Categories just have a Name Property.
How do I create a multi-select form in my Posts _form.html.erb so I can select which categories I want the post to be assigned to?