class method
self.new
Ruby on Rails 5.0.7.2
Since v5.0.7.2Signature
self.new()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 331
def initialize
super '*/*', :all
end
Defined in actionpack/lib/action_dispatch/http/mime_type.rb line 331
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Mime::AllType