]> git.openstreetmap.org Git - rails.git/commitdiff
There are four methods, not three
authorTom Hughes <tom@compton.nu>
Mon, 25 Nov 2013 21:13:40 +0000 (21:13 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 25 Nov 2013 21:13:59 +0000 (21:13 +0000)
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)`).
 
   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
   times during routing:
 
      * The `load` method is called by the router when a path which matches the