Flowdock
use_renderers(*args) public

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/renderers.rb, line 18
      def use_renderers(*args)
        renderers = _renderers + args
        self._renderers = renderers.freeze
      end
Register or log in to add new notes.