artist versions: fixup is_active reference.

This commit is contained in:
evazion
2020-03-09 14:40:22 -05:00
parent f57f2bde08
commit cb11d818b1
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ module Searchable
when :inet
search_inet_attribute(name, params)
else
raise NotImplementedError, "unhandled attribute type"
raise NotImplementedError, "unhandled attribute type: #{name}"
end
end