about summary refs log tree commit homepage
path: root/projects/mongrel_cluster/lib/mongrel_cluster/recipes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'projects/mongrel_cluster/lib/mongrel_cluster/recipes.rb')
-rw-r--r--projects/mongrel_cluster/lib/mongrel_cluster/recipes.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/projects/mongrel_cluster/lib/mongrel_cluster/recipes.rb b/projects/mongrel_cluster/lib/mongrel_cluster/recipes.rb
deleted file mode 100644
index 74ec468..0000000
--- a/projects/mongrel_cluster/lib/mongrel_cluster/recipes.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-
-if respond_to?(:namespace)
-  require 'mongrel_cluster/recipes_2' # Cap 2
-else  
-  require 'mongrel_cluster/recipes_1' # Cap 1
-end