Fixed syntax error.

This commit was merged in pull request #41.
This commit is contained in:
Logan Fick
2017-10-31 22:03:15 -04:00
parent b9dcf0ac63
commit 7ed1c2ac57
+1
View File
@@ -38,6 +38,7 @@ class UsersController < ApplicationController
flash.now[:alert] = "An error occured while checking if this user is banned from the server!" flash.now[:alert] = "An error occured while checking if this user is banned from the server!"
@ban_json = nil @ban_json = nil
end end
end
# SIGNUP # SIGNUP
def new def new