Fix FoodsoftConfig.each_coop after 4e35e2d
This commit is contained in:
parent
57bfd542b4
commit
56d121e02e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue