On Tue, Mar 27, 2012 at 09:27:50PM -0700, Damon Torgerson wrote:
>
> One question, when I add the service to my dashboard (engine), it
> appears as though I have to add what looks like a path.
>
>     dashboard = Ruote::Dashboard.new(
>       Ruote::Worker.new(
>         Ruote::Mon::Storage.new(
>           Mongo::Connection.new()['studenttransfer_development'],
>           {})))
>     dashboard.add_service('history'
>                 ,'ruote/log/storage_history' # <<<<<<<<<<<<<<<<
>                 ,  'Ruote::StorageHistory')

Hello Damon,

with the current ruote master, you can directly write:

  dashboard.add_service('history', Ruote::StorageHistory)


Best regards,

--
John Mettraux - http://lambda.io/processi

-- 
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

Reply via email to