jobController Test
This commit is contained in:
parent
e6f2aa7144
commit
04d1edf80f
|
@ -19,7 +19,7 @@ class JobController extends AppController {
|
|||
* @return void
|
||||
* @throws NotFoundException When the view file could not be found
|
||||
* or MissingViewException in debug mode.
|
||||
*/
|
||||
|
||||
public function openingList() {
|
||||
$this->MiconwareSession->init($this);
|
||||
|
||||
|
@ -38,6 +38,7 @@ class JobController extends AppController {
|
|||
$this->render('/Job/opening_list');
|
||||
}
|
||||
}
|
||||
*/
|
||||
public function openingAdd() {
|
||||
$this->MiconwareSession->init($this);
|
||||
$this->MiconwareSession->initWeb($this);
|
||||
|
|
Loading…
Reference in New Issue