module ActiveSupport::Deprecation::Disallowed
def disallowed_warnings
Returns the configured criteria used to identify deprecation messages
def disallowed_warnings @disallowed_warnings ||= [] end
def disallowed_warnings @disallowed_warnings ||= [] end