(refs #341) Sets default value.

This commit is contained in:
shimamoto
2014-07-01 03:40:21 +09:00
parent 9ee739d102
commit d5e1b18b52

View File

@@ -17,7 +17,7 @@ trait SshKeyComponent { self: Profile =>
case class SshKey( case class SshKey(
userName: String, userName: String,
sshKeyId: Int, sshKeyId: Int = 0,
title: String, title: String,
publicKey: String publicKey: String
) )