]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/router.js
There are four methods, not three
[rails.git] / app / assets / javascripts / router.js
index 88bae59ecb214eda71e96dfcf5e3322a0c416a76..0c855d2d3f95b1f0c6c83aff2faee585cb856a0b 100644 (file)
@@ -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