Skip to content

Commit

Permalink
make the each visitor top-down left-right
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed May 20, 2014
1 parent 4f41646 commit e086964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/journey/visitors.rb
Expand Up @@ -52,8 +52,8 @@ def initialize(block)
end

def visit(node)
super
block.call(node)
super
end
end

Expand Down

0 comments on commit e086964

Please sign in to comment.