method
[]
v3.0.0 -
Show latest stable
- Class:
Mime
[](type)public
No documentation available.
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 28
def self.[](type)
return type if type.is_a?(Type)
Type.lookup_by_extension(type.to_s)
end