Fix FoodsoftConfig.each_coop after 4e35e2d

This commit is contained in:
Patrick Gansterer 2017-02-14 12:00:19 +01:00 committed by wvengen
parent 57bfd542b4
commit 56d121e02e
1 changed files with 1 additions and 1 deletions

View File

@ -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