Module: Libis::Workflow::ActiveRecord::Helpers::PropertyHelper

Included in:
WorkItem
Defined in:
lib/libis/workflow/activerecord/helpers/property_helper.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



9
10
11
# File 'lib/libis/workflow/activerecord/helpers/property_helper.rb', line 9

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