You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Public: Checks whether the subject has a tag or not
#
# tag - The Symbol name of the tag
#
# Returns Boolean
def has_tag?(tag)
self.tag_array_attributes.any? { |a| self.send(a).include?(tag.to_s) }
end
The text was updated successfully, but these errors were encountered:
Is this something that could be added to the gem?
The text was updated successfully, but these errors were encountered: