method

_any_render_format_is_nil?

_any_render_format_is_nil?(options)
private

No documentation available.

# File actionpack/lib/action_controller/metal/rendering.rb, line 89
    def _any_render_format_is_nil?(options)
      RENDER_FORMATS_IN_PRIORITY.any? { |format| options.key?(format) && options[format].nil? }
    end