method

unverifiable_types

v2.3.8 - Show latest stable - Class: Mime::Type
unverifiable_types()
public

No documentation available.

# File actionpack/lib/action_controller/mime_type.rb, line 33
    def self.unverifiable_types
      ActiveSupport::Deprecation.warn("unverifiable_types is deprecated and has no effect", caller)
      @@unverifiable_types
    end