Class: ActiveRecord::SuppressorRegistry

Inherits:
Object
  • Object
show all
Extended by:
ActiveSupport::PerThreadRegistry
Defined in:
lib/active_record/suppressor.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSuppressorRegistry

Returns a new instance of SuppressorRegistry.



54
55
56
# File 'lib/active_record/suppressor.rb', line 54

def initialize
  @suppressed = {}
end

Instance Attribute Details

#suppressedObject (readonly)

Returns the value of attribute suppressed.



52
53
54
# File 'lib/active_record/suppressor.rb', line 52

def suppressed
  @suppressed
end