method

rendered_format

rails latest stable - Class: ActionView::Rendering

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

rendered_format()
public

No documentation available.

# File actionview/lib/action_view/rendering.rb, line 87
    def rendered_format
      Template::Types[lookup_context.rendered_format]
    end