From f18c4ef0f4aaaee759060ab63ea4f049e34e93cb Mon Sep 17 00:00:00 2001 From: Radoslav Stankov Date: Sat, 20 Apr 2024 15:37:12 +0300 Subject: [PATCH] Remove redundant comment --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1c790dc..909407d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ Just include the ```SearchObject.module``` and define your search options: class PostSearch include SearchObject.module - # Use .all (Rails4) or .scoped (Rails3) for ActiveRecord objects scope { Post.all } option(:name) { |scope, value| scope.where name: value }