Class: ActiveRecord::SuppressorRegistry

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from ActiveSupport::PerThreadRegistry

extended, instance

Constructor Details

#initializeSuppressorRegistry

Returns a new instance of SuppressorRegistry.



57
58
59
# File 'activerecord/lib/active_record/suppressor.rb', line 57

def initialize
  @suppressed = {}
end

Instance Attribute Details

#suppressedObject (readonly)

Returns the value of attribute suppressed



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

def suppressed
  @suppressed
end