Flowdock
method

_render_in_priorities

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: ActionController::Rendering
_render_in_priorities(options) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/rendering.rb, line 37
    def _render_in_priorities(options)
      RENDER_FORMATS_IN_PRIORITY.each do |format|
        return options[format] if options.key?(format)
      end

      nil
    end
Register or log in to add new notes.