From bba8d1978ff98e48bb09770e9fad76d3d4f73590 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 27 Aug 2014 15:28:38 +1000 Subject: [PATCH] don't load tasks for now, its not allowing me to disable --- lib/tasks/auto_annotate_models.rake | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tasks/auto_annotate_models.rake b/lib/tasks/auto_annotate_models.rake index 784b95d673..4980a49c90 100644 --- a/lib/tasks/auto_annotate_models.rake +++ b/lib/tasks/auto_annotate_models.rake @@ -30,5 +30,4 @@ if(Rails.env.development?) }) end - Annotate.load_tasks end