Skip to content

Commit f18c4ef

Browse files
committed
Remove redundant comment
1 parent 97fffbe commit f18c4ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Just include the ```SearchObject.module``` and define your search options:
4444
class PostSearch
4545
include SearchObject.module
4646

47-
# Use .all (Rails4) or .scoped (Rails3) for ActiveRecord objects
4847
scope { Post.all }
4948

5049
option(:name) { |scope, value| scope.where name: value }

0 commit comments

Comments
 (0)