instance method
rendered_format
Ruby on Rails 5.2.8.1
Since v4.1.16 Last seen in v5.2.8.1Signature
rendered_format()
No documentation comment.
Source
# File actionview/lib/action_view/rendering.rb, line 87
def rendered_format
Template::Types[lookup_context.rendered_format]
end
Defined in actionview/lib/action_view/rendering.rb line 87
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Rendering