Weird “406 not acceptable” error

前端 未结 12 1163
南方客
南方客 2020-11-27 05:38

When I try to hit this action via Javascript, I get a 406 Not Acceptable error:

  def show
    @annotation = Annotation.find_by_id(params[:id])
         


        
12条回答
提交回复
热议问题