Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Commit

Permalink
RuoteKit.storage_participant back in
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Aug 17, 2010
1 parent 4e5925e commit 4a70cc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ruote-kit.rb
Expand Up @@ -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))
Expand Down

0 comments on commit 4a70cc9

Please sign in to comment.