instance method
_any_render_format_is_nil?
Ruby on Rails 4.1.16
Since v4.1.16 Last seen in v4.1.16 PrivateSignature
_any_render_format_is_nil?(options)
No documentation comment.
Parameters
-
optionsreq
Source
# 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
Defined in actionpack/lib/action_controller/metal/rendering.rb line 89
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::Rendering