From 90ab471e43053da2c253d3e20d141fae0e66a5eb Mon Sep 17 00:00:00 2001 From: did Date: Sun, 29 May 2011 15:19:36 -0700 Subject: [PATCH] modify start page to go directly to the pages section --- config/bushido.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bushido.json b/config/bushido.json index 85adbc0c..5d646519 100644 --- a/config/bushido.json +++ b/config/bushido.json @@ -4,5 +4,5 @@ "ruby_version": "1.9.2", "sql": false, "mongodb": true, - "start_page": "admin" + "start_page": "admin/pages" }