I have two models, links and tags, associated through a third, link_tags. The following code is in my Link model.
Associations:
class Link < Acti
Try this:
<% f.fields_for :tags_attributes do |tag_form| %>