Commit 070ac50
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' }