search for: clients_steps

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

2006 Jul 02
2
Problems implementing a N:M table that contains actual data
...elongs_to, has_many, has_and_belong_..., etc... However I''m stillnot sure if what I''m trying to do will work *well* with ActiveRecord. So enough talk, here''s what i''m trying to do. +-------+ +-------------+ +-----+ |clients|----------|clients_steps|-------------|steps| +-------+ +-------------+ +-----+ |id | |client_id | |step_id | |completed_at | +-------------+ |...