Rename ProjectService to RepositoryService.

This commit is contained in:
takezoe
2013-06-04 01:14:27 +09:00
parent f9c085ced6
commit 78ad794613
7 changed files with 21 additions and 18 deletions

View File

@@ -2,10 +2,10 @@ package app
import service._
class SettingsController extends SettingsControllerBase with ProjectService with AccountService
class SettingsController extends SettingsControllerBase with RepositoryService with AccountService
trait SettingsControllerBase extends ControllerBase { self: ProjectService =>
trait SettingsControllerBase extends ControllerBase { self: RepositoryService =>
get("/:owner/:repository/settings") {
val owner = params("owner")