artist excerpt

This commit is contained in:
Toks
2013-07-07 19:04:27 -04:00
parent fc3aac28b8
commit 83c6428208
4 changed files with 74 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ module PostSets
end
def has_artist?
tag_array.any? && ::Artist.name_equals(tag_string).exists?
tag_array.any? && ::Artist.name_matches(tag_string).exists?
end
def artist