summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-03-02 22:12:58 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-03-02 22:12:58 -0500
commit399543c7ad0577afa2c840b1e39e368acfcb0076 (patch)
treeb8e84630b5e59ff015d19e3bd71a53e8bde17176 /app/controllers
parent3e01db11def43419dd42727485e4005f78687c08 (diff)
parentfc052b7743aa3d5bebe9f6c4216c7515a2174aa7 (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/controllers')
-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