Add back render call
This commit is contained in:
parent
09ef36cfe6
commit
57b6f2a7b4
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class Api::V1::PartiesController < Api::V1::ApiController
|
|||
conditions[:created_at] = start_time..now unless request.params['recency'].blank?
|
||||
|
||||
@parties = Party.where(conditions)
|
||||
|
||||
render :all, status: :ok
|
||||
end
|
||||
|
||||
def create
|
||||
|
|
|
|||
Loading…
Reference in a new issue