method

_set_html_content_type

rails latest stable - Class: ActionController::Rendering
_set_html_content_type()
private

No documentation available.

# File actionpack/lib/action_controller/metal/rendering.rb, line 182
      def _set_html_content_type
        self.content_type = Mime[:html].to_s
      end