Module: AssociationCallbacks::ActiveRecord

Extended by:
ActiveSupport::Concern
Defined in:
lib/association_callbacks/active_record.rb

Constant Summary collapse

CALLBACKS =
%w(
  after_commit
  after_create
  after_destroy
  after_save
  after_update
  after_validation
  before_create
  before_destroy
  before_save
  before_update
  before_validation
).freeze