Subject: | SYNOPSIS is buggy |
Some of the items in the SYNOPSIS section seem out-dated:
__PACKAGE__->add_relationship_type(has_many_ordered =>
'Class::DBI::Relationship::IsA');
Shouldn't this be HasManyOrdered instead of IsA?
Also "sort" seems to be deprecated by "order_by" in:
Page->has_many_ordered(paragraphs => Paragraphs => {sort => 'position',
map => 'PageParagraphs'});