This commit is contained in:
Toks
2013-07-27 11:34:45 -04:00
parent 1402341445
commit 02944851fc

View File

@@ -31,11 +31,11 @@ module PostSets
end
def has_artist?
tag_array.any? && ::Artist.name_matches(tag_string).exists?
tag_array.any? && ::Artist.name_matches(tag_string).active.exists?
end
def artist
::Artist.name_matches(tag_string).first
::Artist.name_matches(tag_string).active.first
end
def pool_name