Module: Workflower::ActsAsWorkflower

Extended by:
ActiveSupport::Concern
Defined in:
lib/workflower/acts_as_workflower.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



107
108
109
110
# File 'lib/workflower/acts_as_workflower.rb', line 107

def self.included(base)
  base.send :include, InstanceMethods
  base.extend(ClassMethods)
end