Hi, sorry if I ask a question that has been answered.<br> How could I block out the whole set of actions instead of setting for each. For example:<br> instead of doing authorization for each of action in books,pm controller such as:<br> __PACKAGE__->deny_access_unless(<br> "/books/delete",<br> [qw/adminr/],<br> );<br> __PACKAGE__->deny_access_unless(<br> "/books/edit",<br> [qw/admin/],<br> );<br> <br> Is there a general way do block the whole "/books" ? I've tried that and it hung.<br> <br> Thank you<br> <p> 
<hr size=1>Everyone is raving about <a href="http://us.rd.yahoo.com/evt=42297/*http://advision.webevents.yahoo.com/mailbeta">the all-new Yahoo! Mail beta.</a>