Proper ordering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user