instance method
type
Ruby on Rails 6.0.6
Since v4.0.13Signature
type()
No documentation comment.
Source
# File actionview/lib/action_view/template.rb, line 191
def type
@type ||= Types[format]
end
Defined in actionview/lib/action_view/template.rb line 191
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Template