Class: PaperTrailDiff::LiveAssociationReader
- Inherits:
-
Object
- Object
- PaperTrailDiff::LiveAssociationReader
- Defined in:
- lib/paper_trail_diff/live_association_reader.rb,
sig/generated/paper_trail_diff/live_association_reader.rbs
Overview
Leaves live ActiveRecord associations untouched while sharing snapshot normalization.
Instance Method Summary collapse
-
#reify(_record, _reflections) ⇒ void
: (untyped, Array) -> void.
Instance Method Details
#reify(_record, _reflections) ⇒ void
This method returns an undefined value.
: (untyped, Array) -> void
8 |
# File 'lib/paper_trail_diff/live_association_reader.rb', line 8 def reify(_record, _reflections); end |