No results found in makandra Operations.
Best results in other decks
Rails 5 has added OR method to Active Relation for generating queries with OR clause. >> Post.where(id: 1).or(Post.where...
Rails 5 introduces ArrayInquirer that wraps an array object and provides friendlier methods to check for the presence of elements...