Class: TopUpLifecycle
- Inherits:
-
Object
- Object
- TopUpLifecycle
- Defined in:
- app/lifecycle/top_up_lifecycle.rb
Defined Under Namespace
Modules: StateMachineTransitionMixin Classes: Triggers
Class Method Summary collapse
Class Method Details
.after_create(top_up) ⇒ Object
2 3 4 |
# File 'app/lifecycle/top_up_lifecycle.rb', line 2 def self.after_create(top_up) Triggers.notify_admin(top_up) end |