Dep warning #2
Mirv opened this issue · 2 comments
Mirv commented
DEPRECATION WARNING: config.static_cache_control
is deprecated and will be removed in Rails 5.1.
Please use
config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }
instead.
(called from block in <top (required)> at /home/ubuntu/workspace/config/environments/test.rb:17)
Mirv commented
Spliced file as recommended. Resolved