loaded) { return Kohana::show_404(); } // Redirect to the more specific resource type, since it will render // differently. We could also just delegate here, but it feels more appropriate // to have a single canonical resource mapping. access::required("view", $item); return $this->_show($item); } }