Module: Shared::MatrixHooks

Extended by:
ActiveSupport::Concern
Defined in:
app/models/concerns/shared/matrix_hooks.rb,
app/models/concerns/shared/matrix_hooks/member.rb,
app/models/concerns/shared/matrix_hooks/dynamic.rb

Overview

Observation matrix hooks that facilitate the dynamic updating of matrices.

!! Do not include this library, but rather the corresponding reference libraries:

The pattern is this:

  • All objects in that scope trigger code that is cleaned up via code in their respective _item classes

Defined Under Namespace

Modules: ClassMethods, Dynamic, Member