(refs #341) Migrate slick session.

This commit is contained in:
shimamoto
2014-06-27 08:48:58 +09:00
parent d2c94909cb
commit 9ee739d102
4 changed files with 19 additions and 4 deletions

View File

@@ -61,6 +61,11 @@ object Keys {
*/
object Request {
/**
* Request key for the Slick Session.
*/
val DBSession = "DB_SESSION"
/**
* Request key for the Ajax request flag.
*/