cleans up unused variable

This commit is contained in:
David Gil
2015-08-25 15:07:36 +02:00
parent ff636f7e2a
commit 8d0ba2fe33

View File

@@ -19,7 +19,6 @@ class Users::RegistrationsController < Devise::RegistrationsController
sign_in(current_user, bypass: true)
redirect_to root_url
else
@show_errors = true
render :finish_signup
end
end