Commit 070ac50

mo khan <mo@mokhan.ca>
2014-04-12 04:34:30
add settings, profile and help routes.
1 parent 6d0161d
Changed files (1)
app
assets
javascripts
app/assets/javascripts/router.js.coffee
@@ -1,5 +1,8 @@
 # For more information see: http://emberjs.com/guides/routing/
 
 App.Router.map ()->
+  @route "settings", { path: "/settings" }
+  @route "profile", { path: "/profile" }
+  @route "help", { path: "/help" }
   @resource 'videos', ->
     @resource 'video', { path: ':video_id' }