method

_any_render_format_is_nil?

rails latest stable - Class: ActionController::Rendering

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.

_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