From d16b655d1c8fd93c8993e5d93d3b2541882bed4c Mon Sep 17 00:00:00 2001 From: Lisa P Date: Thu, 29 Oct 2015 18:18:10 +0100 Subject: [PATCH] change pricing pathname to plans --- app/router.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/router.coffee b/app/router.coffee index 4690e20e..d60e4da4 100644 --- a/app/router.coffee +++ b/app/router.coffee @@ -67,7 +67,7 @@ Router.map -> @route 'home' @route 'home-pro', path: '/home-pro' - @route 'pricing', path: '/pricing' + @route 'pricing', path: '/plans' @resource 'profile', path: '/profile', -> @resource 'accounts', path: '/', ->