From 4a70cc9f905d90ff88f1ca273ce35e8e04d7d3d1 Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Tue, 17 Aug 2010 19:06:32 +0900 Subject: [PATCH] RuoteKit.storage_participant back in --- lib/ruote-kit.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ruote-kit.rb b/lib/ruote-kit.rb index ab1ae244..57c5d2e2 100644 --- a/lib/ruote-kit.rb +++ b/lib/ruote-kit.rb @@ -21,9 +21,9 @@ def env @env ||= defined?(Rails) ? Rails.env : ENV['RACK_ENV'] || 'development' end - #def storage_participant - # engine.storage_participant - #end + def storage_participant + engine.storage_participant + end def run_worker (storage) RuoteKit.engine = Ruote::Engine.new(Ruote::Worker.new(storage))