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

View File

@@ -37,6 +37,7 @@ class UsersController < ApplicationController
rescue rescue
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