parent
7a6779ebfd
commit
db5a499e4c
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ class FoodsoftConfig
|
||||||
self.scope = config[:default_scope] or raise "No default_scope is set"
|
self.scope = config[:default_scope] or raise "No default_scope is set"
|
||||||
# Set defaults for backward-compatibility
|
# Set defaults for backward-compatibility
|
||||||
set_missing
|
set_missing
|
||||||
|
# Make sure relevant configuration is applied, also in single coops mode,
|
||||||
|
# where select_foodcoop is not called in every request.
|
||||||
|
setup_mailing
|
||||||
end
|
end
|
||||||
|
|
||||||
def init_mailing
|
def init_mailing
|
||||||
|
|
Loading…
Reference in a new issue