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!
This commit is contained in:
Emi Matchu 2024-11-15 17:37:54 -08:00
parent 1ad3ea8f96
commit c5995a2bd1

View file

@ -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!)