You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix deprecation warning for serve_static_files confi settings
Rails 5 Dropped `serve_static_files` in favor of
`public_file_server.enabled`
DEPRECATION WARNING:
`config.serve_static_files` is deprecated and will be removed in Rails 5.1.
Please use `config.public_file_server.enabled = true` instead.
0 commit comments