update rails to v8.0.1
This commit is contained in:
committed by
Pete Matsyburka
parent
ca429bc445
commit
e9bd11cb2e
@@ -39,7 +39,7 @@ Rails.application.configure do
|
||||
|
||||
config.cache_store = :memory_store
|
||||
config.public_file_server.headers = {
|
||||
'Cache-Control' => "public, max-age=#{2.days.to_i}"
|
||||
'cache-control' => "public, max-age=#{2.days.to_i}"
|
||||
}
|
||||
else
|
||||
config.action_controller.perform_caching = false
|
||||
|
||||
Reference in New Issue
Block a user