I have the following code in my controller:
format.json { render :json => { :flashcard => @flashcard, :lesson => @lesson,
Building off of Kevin Trowbridge's answer
response.header['Content-Type'].should include 'application/json'