Skip to content

Commit

Permalink
Remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RStankov committed Apr 20, 2024
1 parent 97fffbe commit f18c4ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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 }
Expand Down

0 comments on commit f18c4ef

Please sign in to comment.