DossierController: private some methods
This commit is contained in:
parent
912371fbd6
commit
16566b46c0
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ class API::V1::DossiersController < APIController
|
|||
render json: {}, status: 404
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def pagination(dossiers)
|
||||
{
|
||||
page: dossiers.current_page,
|
||||
|
|
Loading…
Reference in a new issue