Module: Statelogic::ActiveRecord

Defined in:
lib/statelogic/activerecord.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object



26
27
28
# File 'lib/statelogic/activerecord.rb', line 26

def self.included(other)
  other.extend(ClassMethods)
end