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