Displaying 2 results from an estimated 2 matches for "posttag".
Did you mean:
post_tag
2011 Mar 20
0
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
--
You received this message because you are subscribed to the Google Groups "Ruby on R...
2006 Jun 04
2
activerecord table help please
Hi everyone. I''m trying to figure out how to implement site-wide
tagging for my website. I have a rails-based weblog that supports
tagging posts. There''s a has_and_belongs_to_many relationship between
posts and tags. I''d like to now reuse those tags for tagging links as
well. Where I have a posts_tags table with post_id and tag_id fields,
I''d like to