mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 21:46:24 +02:00
Removed 200 limit of records if nil
This commit is contained in:
parent
f77883b266
commit
fb2fe285f1
3 changed files with 3 additions and 3 deletions
|
@ -132,7 +132,7 @@ module Repp
|
|||
end
|
||||
|
||||
def limit
|
||||
index_params[:limit] || 200
|
||||
index_params[:limit]
|
||||
end
|
||||
|
||||
def offset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue