Skip to content

Commit

Permalink
Fixes bj_invoker.rb which was dispatching the job to Bj without the m…
Browse files Browse the repository at this point in the history
…ethod_name.
  • Loading branch information
riopro authored and purzelrakete committed Nov 25, 2008
1 parent 0eaddbb commit af45339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/bj_invoker.rb
Expand Up @@ -7,5 +7,5 @@
options = options.symbolize_keys
method_name = @routing.method_name(command)

workling.dispatch_to_worker_method(method, options)
end
workling.dispatch_to_worker_method(method_name, options)
end

0 comments on commit af45339

Please sign in to comment.