Closed davidepaolotua closed 6 months ago
Implements the feature in #1030 However, the method was renamed to have_any?, instead of has_any, just because an array column will prolly be called in the plural form (e.g: Users.tags) and have_any just sounded better.
have_any?
has_any
Users.tags
Implements the feature in #1030 However, the method was renamed to
have_any?
, instead ofhas_any
, just because an array column will prolly be called in the plural form (e.g:Users.tags
) and have_any just sounded better.