search for: links_tag

Displaying 1 result from an estimated 1 matches for "links_tag".

Did you mean: link_tag
2006 Jun 04
2
activerecord table help please
...osts_tags table with post_id and tag_id fields, I''d like to add a link_id field. I''d like to use just one table so that I can easily pull all posts and links associated with a given tag. If I make a has_and_belongs_to_many relationship between tags and links I seem to need a links_tags table. How do I make the links/tags relationship appear in the same table as the posts/tags relationship? Thank you for the help. -Jeff -- Posted via http://www.ruby-forum.com/.