Navigation Menu

Skip to content

Commit

Permalink
Delete "post" and "outputs" for one way steps
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 27, 2014
1 parent b430e10 commit d7b97e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/droonga/dispatcher.rb
Expand Up @@ -184,6 +184,8 @@ def dispatch_steps(steps)
unless routes.empty?
one_way_step = Marshal.load(Marshal.dump(step))
one_way_step["routes"] = routes
one_way_step.delete("post")
one_way_step.delete("outputs")
one_way_steps << one_way_step
one_way_destinations += routes.collect(&:farm_path)
end
Expand Down

0 comments on commit d7b97e0

Please sign in to comment.