--- lib/Arh/Model/Place.pm 2007/11/29 17:17:16 10 +++ lib/Arh/Model/Place.pm 2007/11/30 00:03:15 13 @@ -21,12 +21,7 @@ sub since { '0.0.3' } -sub current_user_can { - my ( $self, $action,$item,$name ) = @_; - return 1 if $self->current_user->superuser || $self->current_user->administrator; - return 1 if $self->current_user->id && $action eq 'read'; - return 0; -} +use Arh::DefaultACL; 1;