Module: Dsl::Hooks

Extended by:
ActiveSupport::Concern
Included in:
ActiveFormObjects::Base
Defined in:
lib/dsl/hooks.rb

Constant Summary collapse

@@before_save =
{}
@@after_save =
{}
@@after_validation =
{}
@@after_commit =
{}