Move userName and repositoryName to the base table class.

This commit is contained in:
shimamoto
2013-06-27 21:59:13 +09:00
parent 89c0e52c1d
commit a217513205
9 changed files with 43 additions and 37 deletions

View File

@@ -26,8 +26,8 @@ trait RepositoryService { self: AccountService =>
Repositories insert
Repository(
repositoryName = repositoryName,
userName = userName,
repositoryName = repositoryName,
isPrivate = false,
description = description,
defaultBranch = "master",