Module: StateMachines::Integrations::Base
- Defined in:
- lib/state_machines/integrations/base.rb
Overview
Provides a set of base helpers for managing individual integrations
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
- 
  
    
      .included(base)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    :nodoc:. 
Class Method Details
.included(base) ⇒ Object
:nodoc:
| 44 45 46 | # File 'lib/state_machines/integrations/base.rb', line 44 def self.included(base) # :nodoc: base.extend ClassMethods end |