method

_set_rendered_content_type

rails latest stable - Class: ActionController::Rendering
_set_rendered_content_type(format)
private

No documentation available.

# File actionpack/lib/action_controller/metal/rendering.rb, line 186
      def _set_rendered_content_type(format)
        if format && !response.media_type
          self.content_type = format.to_s
        end
      end