We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fffbe commit f18c4efCopy full SHA for f18c4ef
README.md
@@ -44,7 +44,6 @@ Just include the ```SearchObject.module``` and define your search options:
44
class PostSearch
45
include SearchObject.module
46
47
- # Use .all (Rails4) or .scoped (Rails3) for ActiveRecord objects
48
scope { Post.all }
49
50
option(:name) { |scope, value| scope.where name: value }
0 commit comments