id for show is string

master
Matt Huntington 8 years ago
parent 5cf40e2a3c
commit 4a5d6811b0

@ -6,7 +6,7 @@ class PeopleController < ApplicationController
end
def show
render json: Person.find(params[:id])
render json: Person.find(params["id"])
end
def create

Loading…
Cancel
Save