summaryrefslogtreecommitdiff
path: root/app/controllers/users_controller.rb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-02 21:33:55 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-02 21:33:55 -0500
commitfc052b7743aa3d5bebe9f6c4216c7515a2174aa7 (patch)
treedcdd53e0881d5fd0cfe2824834044efc528c4051 /app/controllers/users_controller.rb
parent6a58319fd9c5e7930185535a42659ef88132c4d5 (diff)
Users work 1000000000000% but there is a path issue with the html
Diffstat (limited to 'app/controllers/users_controller.rb')
-rw-r--r--app/controllers/users_controller.rb2
1 files changed, 1 insertions, 1 deletions
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