From 56d121e02eb8e370c178603fe8a97602a7941018 Mon Sep 17 00:00:00 2001 From: Patrick Gansterer Date: Tue, 14 Feb 2017 12:00:19 +0100 Subject: [PATCH] Fix FoodsoftConfig.each_coop after 4e35e2d --- lib/foodsoft_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foodsoft_config.rb b/lib/foodsoft_config.rb index c5e4e62a..2e75e860 100644 --- a/lib/foodsoft_config.rb +++ b/lib/foodsoft_config.rb @@ -143,7 +143,7 @@ class FoodsoftConfig if config[:multi_coop_install] APP_CONFIG.keys.reject { |coop| coop =~ /^(default|development|test|production)$/ } else - config[:default_scope] + [config[:default_scope]] end end