Module: StarkitBanking::ApiStepConcern
- Included in:
- BankAccount, Payment
- Defined in:
- lib/starkit_banking/concerns/api_step_concern.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
14 15 16 17 18 |
# File 'lib/starkit_banking/concerns/api_step_concern.rb', line 14 def self.included(base) base.send :include, InstanceMethods # base.after_commit :save_api_step # base.after_rollback :save_api_step end |