rails 5.2 enable dev cache code example
Example: rails disable caching in devleopment
config.public_file_server.headers = {
'Cache-Control' => "no-cache"
}
config.public_file_server.headers = {
'Cache-Control' => "no-cache"
}