class Object

Public Class Methods

acts_as_orchestrated() click to toggle source
# File lib/orchestrated/object.rb, line 10
def acts_as_orchestrated
  Orchestrate.belongs_to self # define "orchestrated instance method"
  include InstanceMethods
end