Module: Undertow::Trackable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/undertow/trackable.rb
Overview
ActiveRecord concern mixed in automatically when a model uses the Undertow DSL (undertow_on_drain, undertow_skip, undertow_depends_on). Never included manually.
Provides class-level callback registration and the skip_columns guard. Callbacks are wired at boot by the Railtie after all models are loaded.