Proper ordering

This commit is contained in:
Jason Zimdars
2024-09-13 09:52:55 -05:00
parent 5c72be49dd
commit 3cf841d463
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ Rails.application.configure do
"Cache-Control" => "public, max-age=#{2.days.to_i}"
}
else
config.action_controller.perform_caching = false
config.action_controller.perform_caching = true
config.cache_store = :null_store
end