Has_many :through

Hello,

I got 3 models,

  1. Post
  2. PostTag
  3. Tag

When creating/assigning tags in model Post, using tags <<
new_or_existing_tag, I need to specify an additional attribute for the
join table.

How do i specify the attribute.

Thanks.
Neelesh