Repositories (1)

ga-classwork
1 snippets stored for this repo
when 'gossip' then redirect to '/gossip'
  when 'celebrity' then redirect to '/celebrity'
  else 
    @error = 'Invalid page selected, douchebag'
    erb :home
  end
end