method

serve_static_files

serve_static_files()
public

No documentation available.

# File railties/lib/rails/application/configuration.rb, line 71
      def serve_static_files
        ActiveSupport::Deprecation.warn           `config.serve_static_files` is deprecated and will be removed in Rails 5.1.          Please use `config.public_file_server.enabled` instead..strip_heredoc

        @public_file_server.enabled
      end