-
Type: Task
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: None
-
None
i tried something like this in rails
@go = Gallery.limit(1)
logger.info "count: #
"
it will return all rows. in my case it would be
count: 4
which version of mongoid is good with limit() ?