Flowdock
method

_set_controller_content_type

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionView::Base
_set_controller_content_type(content_type) 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_view/base.rb, line 329
      def _set_controller_content_type(content_type) #:nodoc:
        if controller.respond_to?(:response)
          controller.response.content_type ||= content_type
        end
      end
Register or log in to add new notes.