summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJonas Folvik <Jonas-folvik@hotmail.com>2016-01-18 20:28:03 +0100
committerJonas Folvik <Jonas-folvik@hotmail.com>2016-01-18 20:28:03 +0100
commitec8d0095f32356c5f1ba2eef55903f3aedc66828 (patch)
tree0b557694058b876749c12d8bc2e7b2d1f0a9f3f4 /config
parent1ed36f21294f18026c3a6d3e29b9ec3a76674200 (diff)
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.
Diffstat (limited to 'config')
-rw-r--r--config/database.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/database.yml b/config/database.yml
index efae840..f421bef 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -12,7 +12,6 @@ development:
database: redstoner-web
username: root
-
production:
<<: *default
# please set ENV["DATABASE_URL"]