aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/Profile.scala
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2015-02-08 20:22:09 +0100
committerPacien TRAN-GIRARD2015-02-08 20:22:09 +0100
commit1ec4626a01da4e21b7e654cb0b6df2f52f6c5d91 (patch)
treec87ab8c1a283058461cd5efadaa4892b6aa86e0d /app/controllers/Profile.scala
parent4496e089bca542fc98bfad0e005469211e7cbc1e (diff)
downloadminibay-1ec4626a01da4e21b7e654cb0b6df2f52f6c5d91.tar.gz
Define routes to be done
Diffstat (limited to 'app/controllers/Profile.scala')
-rw-r--r--app/controllers/Profile.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/Profile.scala b/app/controllers/Profile.scala
index 8181106..0009628 100644
--- a/app/controllers/Profile.scala
+++ b/app/controllers/Profile.scala
@@ -138,4 +138,8 @@ object Profile extends Controller {
138 } 138 }
139 } 139 }
140 140
141 def viewProfile(userUuid: String) = TODO
142
143 def editProfile = TODO
144
141} 145}