ActiveRecord::RecordNotFound in ArtistsController#show

Couldn't find Artist with 'id'=static-movement

Extracted source (around line #50):
48
49
50
51
52
53
              
# Use callbacks to share common setup or constraints between actions.
def set_artist
@artist = Artist.find(params[:id])
end
# Only allow a trusted parameter "white list" through.

Rails.root: /app

Application Trace | Framework Trace | Full Trace

Request

Parameters:

{"id"=>"static-movement"}

Response

Headers:

None