spec/dummy/config/environments/production.rb in style-guide-1.0.0 vs spec/dummy/config/environments/production.rb in style-guide-1.1.0
- old
+ new
@@ -62,6 +62,8 @@
config.active_support.deprecation = :notify
# Log the query plan for queries taking more than this (works
# with SQLite, MySQL, and PostgreSQL)
# config.active_record.auto_explain_threshold_in_seconds = 0.5
+
+ config.eager_load = true
end