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