ActiveRecord::RecordNotFound in ProfilesController#show

Couldn't find Profile with 'id'=315

Extracted source (around line #8):
6
7
8
9
10
11
              
def show
@profile = Profile.find(params[:id])
@degrees = @profile.user.wishlist_degrees
@unis = @profile.user.wishlist_universities
impressionist(@profile)

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"315"}

Response

Headers:

None