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:
parent
1ad3ea8f96
commit
c5995a2bd1
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ Rails.application.configure do
|
||||||
|
|
||||||
# Allow pets to model new data. (If modeling is ever broken, disable this
|
# Allow pets to model new data. (If modeling is ever broken, disable this
|
||||||
# here while we fix it!)
|
# 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
|
# Use the live copy of Impress 2020. (Can override this with the
|
||||||
# IMPRESS_2020_ORIGIN environment variable!)
|
# IMPRESS_2020_ORIGIN environment variable!)
|
||||||
|
|
Loading…
Reference in a new issue