From 693fa9f37bdafceb6bed003d288622c92041cfed Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Mon, 19 Aug 2013 16:47:17 +1000 Subject: [PATCH] Enable enterprises_distributor_info_rich_text by default --- lib/open_food_web/feature_toggle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open_food_web/feature_toggle.rb b/lib/open_food_web/feature_toggle.rb index ecb5fd1e1d..00834da4e0 100644 --- a/lib/open_food_web/feature_toggle.rb +++ b/lib/open_food_web/feature_toggle.rb @@ -11,7 +11,7 @@ module OpenFoodWeb local_organics: false, order_cycles: false, multi_cart: false, - enterprises_distributor_info_rich_text: false} + enterprises_distributor_info_rich_text: true} end end end