search for: tagging_has_and_belongs_to_many

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

2006 Mar 07
1
has_and_belongs_to_many tags
...;searchtags''] + ''%'' ]) My enviroment: I''ve got a table called tags, and a table called pages, both with a relationship of has_and_belongs_to_many. I also have a table called pages_tags. Basically my tables are set up like here: http://www.railsdiary.com/diary/tagging_has_and_belongs_to_many Would appreciate some help on how I can reference a tag through a Page. -- Posted via http://www.ruby-forum.com/.