From 77b2cc0137be2520336726c81fdd58bcc26733a9 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sat, 1 Sep 2012 07:10:59 -0500 Subject: [PATCH] * trying to fix routing issue cleanly --- app/views/layouts/_header.html.erb | 4 ++-- app/views/shared/_user_info.html.erb | 2 +- config/routes.rb | 4 ++-- spec/factories.rb | 2 +- spec/requests/authentication_pages_spec.rb | 27 +--------------------- spec/requests/user_pages_spec.rb | 2 +- spec/spec_helper.rb | 2 ++ 7 files changed, 10 insertions(+), 33 deletions(-) diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb index 9897b939d..e39ac8199 100644 --- a/app/views/layouts/_header.html.erb +++ b/app/views/layouts/_header.html.erb @@ -8,14 +8,14 @@
  • <%= link_to "Home", root_path %>
  • <%= link_to "Help", help_path %>
  • <% if signed_in? %> -
  • <%= link_to "Users", jam_ruby_users_path %>
  • +
  • <%= link_to "Users", users_path %>