From fc052b7743aa3d5bebe9f6c4216c7515a2174aa7 Mon Sep 17 00:00:00 2001
From: DavisLWebb <davislwebb@ymail.com>
Date: Sun, 2 Mar 2014 21:33:55 -0500
Subject: Users work 1000000000000% but there is a path issue with the html

---
 app/controllers/users_controller.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'app/controllers')

diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb
index 2abc93e..6436e4e 100644
--- a/app/controllers/users_controller.rb
+++ b/app/controllers/users_controller.rb
@@ -8,7 +8,7 @@ class UsersController < ApplicationController
     @user = User.new(user_params)
     if @user.save
       sign_in @user
-      #redirect_to root_path
+      redirect_to root_path
     else
       render 'new'
     end
-- 
cgit v1.2.3-2-g168b