From: Tom Hughes Date: Mon, 25 Nov 2013 21:13:40 +0000 (+0000) Subject: There are four methods, not three X-Git-Tag: live~4653^2~7 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8b84f11a4531e8eb2d079645d66f184deeb1bdef There are four methods, not three --- diff --git a/app/assets/javascripts/router.js b/app/assets/javascripts/router.js index 88bae59ec..0c855d2d3 100644 --- a/app/assets/javascripts/router.js +++ b/app/assets/javascripts/router.js @@ -10,7 +10,7 @@ to route controller objects. Path templates can contain placeholders (`/browse/note/:id`) and optional segments (`/browse/:type/:id(/history)`). - Route controller objects can define three methods that are called at defined + Route controller objects can define four methods that are called at defined times during routing: * The `load` method is called by the router when a path which matches the