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