class method
self.browser_generated_types
Ruby on Rails 4.0.13
Since v4.0.13 Last seen in v4.0.13Signature
self.browser_generated_types()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/mime_type.rb, line 283
def self.browser_generated_types
ActiveSupport::Deprecation.warn "Mime::Type.browser_generated_types is deprecated and will be removed in Rails 4.1"
@@browser_generated_types
end
Defined in actionpack/lib/action_dispatch/http/mime_type.rb line 283
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Mime::Type