Sai Jyothi Prasad Ponduru's learning blog
result = Product.where("description LIKE ?", "%Lorem%")
result = Product.where("description LIKE :term", {term: "%Lorem%"})
No comments:
Post a Comment