Removed skype field and added Discord on users. Also dropped unused table

This commit is contained in:
Futseh
2019-02-22 16:44:25 +01:00
parent 7bae0042a0
commit b3a3473923
9 changed files with 26 additions and 21 deletions

View File

@@ -168,7 +168,7 @@ class User < ActiveRecord::Base
self.ign.strip! if self.ign
self.email.strip! if self.email
self.about.strip! if self.about
self.skype.strip! if self.skype
self.discord.strip! if self.discord
self.youtube.strip! if self.youtube
self.twitter.strip! if self.twitter
end