method
_any_render_format_is_nil?
v4.1.8 -
Show latest stable
- Class:
ActionController::Rendering
_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