Catalyst Improving your Catalyst Application #55

Restricted resultsets in Catalyst

$c->model('DBIC::Restricted::Foo')->delete;
$c->user->search_related('Foo')->delete;
Infinity Interactive