From 8b84f11a4531e8eb2d079645d66f184deeb1bdef Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 25 Nov 2013 21:13:40 +0000 Subject: [PATCH] There are four methods, not three --- app/assets/javascripts/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2