jobController Test

This commit is contained in:
Martin Müller 2014-03-02 12:24:37 +01:00
parent e6f2aa7144
commit 04d1edf80f
1 changed files with 2 additions and 1 deletions

View File

@ -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);