diff --git a/app/models/artist.rb b/app/models/artist.rb index 1defffb0e..2eaf88075 100644 --- a/app/models/artist.rb +++ b/app/models/artist.rb @@ -189,7 +189,6 @@ class Artist < ActiveRecord::Base tag_implication.delay(:queue => "default").process! end - update_column(:is_active, false) update_column(:is_banned, true) end end