Based on the INVO example, I was wondering if there was a way to include all methods in a resource/controller?
Example: $publicResources = array( 'index' => array(''), 'contact' => array('') );
Based on the INVO example, I was wondering if there was a way to include all methods in a resource/controller?
Example: $publicResources = array( 'index' => array(''), 'contact' => array('') );