instance method
mime_type
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v4.0.13Signature
mime_type()
No documentation comment.
Source
# File actionpack/lib/action_view/template.rb, line 157
def mime_type
Mime::Type.lookup_by_extension(format) if format && defined?(::Mime)
end
Defined in actionpack/lib/action_view/template.rb line 157
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Template