search for: has_and_belongs_to_many_thingy

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

2006 Jul 02
2
Problems implementing a N:M table that contains actual data
...a certain date, which is logically stored in the clients_steps. Now I''ve never seen anything talking about using data from a N:M table, I''ve only seen it used purely as associative (it''s main purpose). Is there a way to easily access fields in a many to many table (has_and_belongs_to_many_thingy)??? Secondly, some steps require certain documents. These documents are specific per step and per client. So logically they should be attached to the clients_steps. At this point I have absolutely no idea even where to start in Rails on how to do this. I am new to Rails, so I need a bit of...