The home page is now /stream

This commit is contained in:
Sarah Mei 2011-11-25 03:54:47 -08:00
parent a91c7faffe
commit 81476b79ca

View file

@ -2,7 +2,7 @@ module NavigationHelpers
def path_to(page_name)
case page_name
when /^the home(?: )?page$/
root_path
multi_path
when /^step (\d)$/
if $1.to_i == 1
getting_started_path