lib/rsolr/pagination.rb in rsolr-1.0.0.beta4 vs lib/rsolr/pagination.rb in rsolr-1.0.0.beta5
- old
+ new
@@ -36,11 +36,11 @@
end
protected
# Checks if the called method starts
- # with "paginate_" and
- # converts the paginate_* to the solr
+ # with "paginate_*" and
+ # converts the * to the solr
# request path. It then calls paginate
# with the appropriate arguments.
# If the called method doesn't
# start with "paginate_",
# the original/super
\ No newline at end of file