From c5995a2bd17a3e701bbcc356effe1782ccd018a1 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Fri, 15 Nov 2024 17:37:54 -0800 Subject: [PATCH] Oops, turn modeling back on Huh, I guess when I reapplied my refactors to modeling disabling the other day, I didn't notice that I turned it off in production. And I guess I didn't deploy this at the time cuz it's just refactors, but when I deployed other changes yesterday this came with it. Whoops! --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 58eae953..4e6c57b9 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -124,7 +124,7 @@ Rails.application.configure do # Allow pets to model new data. (If modeling is ever broken, disable this # here while we fix it!) - config.modeling_enabled = false + config.modeling_enabled = true # Use the live copy of Impress 2020. (Can override this with the # IMPRESS_2020_ORIGIN environment variable!)