Setting profile edition route and view

This commit is contained in:
mespeche
2013-09-19 17:30:57 +02:00
parent 2f4904e704
commit 169b3c2659
4 changed files with 12 additions and 1 deletions

View File

@@ -33,4 +33,9 @@ class AdminController extends BaseAdminController
{
return $this->render("home");
}
public function updateAction()
{
return $this->render("profile-edit");
}
}