On Jun 3, 6:00 am, John Mettraux <[email protected]> wrote: > class Provisioner > include Ruote::LocalParticipant > > def initialize (options) > end > > def consume (workitem) > Email.find(workitem.fields['object_id']).begin_provisioning > reply_to_engine(workitem) > end > end
One additional question: is there an accepted best practice for where local participant definitions such as this should be placed in a Rails/ ruote-kit app? -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
