mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
The initializer ran code the needs the database in the migrated state. The decision is to not initialize anything relative to feature. This has to be done within the FlipperUI by the instance managers.
6 lines
122 B
Ruby
6 lines
122 B
Ruby
require 'open_food_network/feature_toggle'
|
|
|
|
OpenFoodNetwork::FeatureToggle.enable(:customer_balance) do |user|
|
|
true
|
|
end
|