minerva icon indicating copy to clipboard operation
minerva copied to clipboard

Routes to Match New Controller Methods

Open tmaiaroto opened this issue 13 years ago • 0 comments

Also will need routes to match the admin_ controller methods. This can be done with continuation routes. For example:

Dispatcher::config(array(
    'rules' => array(
        'admin' => array('action' => 'admin_{:action}')
    )
));

tmaiaroto avatar Feb 16 '12 16:02 tmaiaroto