Add back render call

This commit is contained in:
Justin Edmund 2022-02-27 20:55:55 -08:00
parent 09ef36cfe6
commit 57b6f2a7b4

View file

@ -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