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