class method
self.[]
Ruby on Rails 4.0.13
Since v3.0.20Signature
self.[](type)
No documentation comment.
Parameters
-
typereq
Source
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 29
def [](type)
return type if type.is_a?(Type)
Type.lookup_by_extension(type)
end
Defined in actionpack/lib/action_dispatch/http/mime_type.rb line 29
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Mime