change controller model name from admin to controller #5419

Merged
merged 1 commit into from May 25, 2016
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split
View
@@ -18,7 +18,7 @@ import (
)
// ControllerModelName is the name of the admin model in each controller.
-const ControllerModelName = "admin"
+const ControllerModelName = "controller"
// AdminUser is the initial admin user created for all controllers.
const AdminUser = "admin@local"