Methods
Attributes
| [R] | renderer | Returns a renderer instance (inherited from   | 
          
Instance Public methods
inherited(klass)
📝 Source code
# File actionpack/lib/action_controller/metal/rendering.rb, line 23
      def inherited(klass)
        klass.setup_renderer!
        super
      end
              
                🔎 See on GitHub