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 end
def has_artist? def has_artist?
tag_array.any? && ::Artist.name_matches(tag_string).exists? tag_array.any? && ::Artist.name_matches(tag_string).active.exists?
end end
def artist def artist
::Artist.name_matches(tag_string).first ::Artist.name_matches(tag_string).active.first
end end
def pool_name def pool_name