in reply to Class::DBI has_many relationships.
Which should be:TrialWorkers::DaySignup->has_a(people_id=>'TrialWorkers::People');
Thus Class::DBI is falling back to the default, and looking for a column with the name of the class, instead of the one that has_a tells it to use.TrialWorkers::DaySignup->has_a(people_id=>'TrialWorkers::Person');
C.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Class::DBI has_many relationships.
by blue_cowdawg (Monsignor) on Aug 23, 2004 at 15:07 UTC |