From e5e0af322aad74e608b7bcc5564830bbc61efd36 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sat, 1 Nov 2014 11:57:02 +0100 Subject: [PATCH] Removed testing option. --- app/controllers/getting_started_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/getting_started_controller.rb b/app/controllers/getting_started_controller.rb index be3acc387..a4e41fe1c 100644 --- a/app/controllers/getting_started_controller.rb +++ b/app/controllers/getting_started_controller.rb @@ -317,7 +317,7 @@ curl http://localhost/api/v1/getting_started.json -v -u #{login}:#{password} private def setup_done - return false + #return false count = User.all.count() done = true if count <= 2