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