set config defaults for multicoops
This commit is contained in:
parent
9821f111c2
commit
83738c8383
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class FoodsoftConfig
|
||||||
raise "No config for this environment (#{foodcoop}) available!" if APP_CONFIG[foodcoop].nil?
|
raise "No config for this environment (#{foodcoop}) available!" if APP_CONFIG[foodcoop].nil?
|
||||||
self.config = APP_CONFIG[foodcoop].symbolize_keys
|
self.config = APP_CONFIG[foodcoop].symbolize_keys
|
||||||
self.scope = foodcoop
|
self.scope = foodcoop
|
||||||
|
set_missing
|
||||||
end
|
end
|
||||||
|
|
||||||
def setup_database
|
def setup_database
|
||||||
|
|
Loading…
Reference in a new issue