refactoring regression model code

This commit is contained in:
Dylan Knutson
2025-07-11 01:45:39 +00:00
parent 9f1fc93267
commit acc2f9a240
16 changed files with 120 additions and 62 deletions

View File

@@ -9,7 +9,7 @@ Rails.application.configure do
# it changes. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.
config.cache_classes = false
config.action_view.cache_template_loading = true
config.action_view.cache_template_loading = false
# Do not eager load code on boot.
config.eager_load = false