Removed methods that are unused and not needed

Removed the haspaid?, correct_case?, ign_is_not_skull and
ign_is_not_mojang methods because they aren't used anymore, since we now
have a connection between the server and the website to check if they
have paid and that the skull is a skull. I also removed the
account_exists? method because it makes problems when you setup the
database since some users can be seen to not exist.
This commit is contained in:
Jonas Folvik
2016-01-18 20:28:03 +01:00
parent 1ed36f2129
commit ec8d0095f3
2 changed files with 0 additions and 64 deletions

View File

@@ -12,7 +12,6 @@ development:
database: redstoner-web
username: root
production:
<<: *default
# please set ENV["DATABASE_URL"]