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
I found this here on stackoverflow:
Rails nested form with has_many :through, how to edit attributes of join model?
please tell me if it worked.