From 47d5de057ce7a8b55f73fd753524737ac5b745d8 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 26 Feb 2022 18:40:32 -0800 Subject: [PATCH] Remove ap call --- app/controllers/api/v1/parties_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/v1/parties_controller.rb b/app/controllers/api/v1/parties_controller.rb index 381f23e..42fba29 100644 --- a/app/controllers/api/v1/parties_controller.rb +++ b/app/controllers/api/v1/parties_controller.rb @@ -66,7 +66,6 @@ class Api::V1::PartiesController < Api::V1::ApiController end def set - ap params @party = Party.where("id = ?", params[:id]).first end