def not_acceptable
    respond_to do |format|
      format.html {render "status_404", status: :not_acceptable, locals: { status: 406, title: title(406) }}
      format.all { render body: nil, status: :not_acceptable }