This commit is contained in:
David Heinemeier Hansson
2025-04-06 13:30:20 +02:00
parent b8bcfdee40
commit eb047aec4d
+1 -1
View File
@@ -16,7 +16,7 @@ module Bubble::Taggable
end
def tagged_with?(tag)
tags.include?(tag)
tags.include? tag
end
private