Results of running self.class.ancestors
in different types of controllers.
Please note the position of ActionView::Rendering
with respect to the rendering modules that are present in all cases (ActionController::Renderers::All
, ActionController::Renderers
and ActionController::Rendering
)
1- Controller inheriting from ActionController::Base
[
...
ActionController::Renderers::All,