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

View file

@ -143,7 +143,7 @@ class FoodsoftConfig
if config[:multi_coop_install] if config[:multi_coop_install]
APP_CONFIG.keys.reject { |coop| coop =~ /^(default|development|test|production)$/ } APP_CONFIG.keys.reject { |coop| coop =~ /^(default|development|test|production)$/ }
else else
config[:default_scope] [config[:default_scope]]
end end
end end