Pipeline de ativos AVISO DE DEPRECAÇÃO tsort.rb: 226

Eu tenho o rails 4.2 funcionando bem no desenvolvimento, mas no ambiente de produção tenho o seguinte aviso:

DEPRECATION WARNING: The configuration option `config.serve_static_assets` has been renamed to `config.serve_static_files` to clarify its role (it merely enables serving everything in the `public` folder and is unrelated to the asset pipeline). The `serve_static_assets` alias will be removed in Rails 5.0. Please migrate your configuration files accordingly. (called from block in tsort_each at /home/xxx/.rbenv/versions/2.2.1/lib/ruby/2.2.0/tsort.rb:226)

no entanto, não tenho config.serve_static_assets na configuração do meu aplicativo. Pode estar configurado em algum lugar.

por favor ajude como se livrar disso. desde já, obrigado.

questionAnswers(3)

yourAnswerToTheQuestion