Module: StateMachina::ExtendedIntegration

Defined in:
lib/state_machina/extended_integration.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(model) ⇒ Object



14
15
16
# File 'lib/state_machina/extended_integration.rb', line 14

def self.included(model)
  model.extend(StateMachina::ExtendedIntegration::ClassMethods)
end