error = "That resource does not exist or you do not have access to it."
      if request.xhr?
        respond_to do |format|
          format.html {render :text => error, :status => 404}
          format.json {render :json => {:message => error}, :status => 404}