show banned artist info to gold members
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user