show banned artist info to gold members

This commit is contained in:
r888888888
2016-07-29 16:54:47 -07:00
parent 7026e11adc
commit dc9f35fc48

View File

@@ -492,6 +492,6 @@ class Artist < ActiveRecord::Base
end end
def visible? def visible?
!is_banned? || CurrentUser.is_moderator? !is_banned? || CurrentUser.is_gold?
end end
end end