Module: ActiveEntity::Callbacks

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/active_entity/callbacks.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

CALLBACKS =
[
  :after_initialize, :before_validation, :after_validation
]