combined mastodon and mastodon_instance columns into a single mastodon column

This commit is contained in:
MrYummy
2017-07-07 19:41:28 +02:00
parent 668c9a2960
commit 2289d37e69
6 changed files with 11 additions and 8 deletions

View File

@@ -168,7 +168,6 @@ class User < ActiveRecord::Base
self.about.strip! if self.about
self.skype.strip! if self.skype
self.mastodon.strip! if self.mastodon
self.mastodon_instance.strip! if self.mastodon_instance
self.youtube.strip! if self.youtube
self.twitter.strip! if self.twitter
end