search for: presentationcontactstate

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

2006 Apr 01
3
has_and_belongs_to_many construction
Hi there, I''ve got a table construction like this: presentation contactstate Hilton new Mc Donalds emailed etc. called visited etc. Now i''ve created an join table presentationcontactstate with extra fields like comment and date time. so i know for example when i called a specific presentation. Now i want to get all the presentations that are in state emailed. I now got in my contactstate model has_and_belongs_to_many :presentation, :join_table => ''presentationcontac...