Module: ActiveSupport::Deprecation::Disallowed

Included in:
ActiveSupport::Deprecation
Defined in:
lib/active_support/deprecation/disallowed.rb

Instance Attribute Summary collapse

Instance Attribute Details

#disallowed_warningsObject

Returns the configured criteria used to identify deprecation messages which should be treated as disallowed.



21
22
23
# File 'lib/active_support/deprecation/disallowed.rb', line 21

def disallowed_warnings
  @disallowed_warnings ||= []
end