Remove ap call
This commit is contained in:
parent
a04a1cb5c8
commit
47d5de057c
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ class Api::V1::PartiesController < Api::V1::ApiController
|
||||||
end
|
end
|
||||||
|
|
||||||
def set
|
def set
|
||||||
ap params
|
|
||||||
@party = Party.where("id = ?", params[:id]).first
|
@party = Party.where("id = ?", params[:id]).first
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue