method
type
v7.2.3 -
Show latest stable
- Class:
ActionView::Template
type()public
No documentation available.
# File actionview/lib/action_view/template.rb, line 293
def type
@type ||= Types[format]
end type()No documentation available.
# File actionview/lib/action_view/template.rb, line 293
def type
@type ||= Types[format]
end