docs/guides/navigation.md in wayfarer-0.4.6 vs docs/guides/navigation.md in wayfarer-0.4.7

- old
+ new

@@ -11,10 +11,10 @@ URL does not enqueue it immediately. Instead, the URL is added to a processing set first. ```ruby class DummyJob < Wayfarer::Base - route { to :index } + route.to :index def index stage page.meta.links.all end end