added test

This commit is contained in:
Oleg Hasjanov 2021-04-19 14:10:00 +03:00
parent 2e8558a93d
commit d5af1a7fb6
2 changed files with 12 additions and 1 deletions

View file

@ -63,7 +63,7 @@ module Repp
def limit
index_params[:limit] || 200
end
def offset
index_params[:offset] || 0
end