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