From 4c199bf70475ef83c8f690c372626fb5622ee510 Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Mon, 17 Apr 2023 14:44:08 +0100 Subject: [PATCH] move feature toggle to app/services - this means zeitwerk can reload in development environments --- {config/initializers => app/services}/feature_toggle.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {config/initializers => app/services}/feature_toggle.rb (100%) diff --git a/config/initializers/feature_toggle.rb b/app/services/feature_toggle.rb similarity index 100% rename from config/initializers/feature_toggle.rb rename to app/services/feature_toggle.rb