我很好奇這是什麼意思一般。這是什麼意思? >> ActionController :: InvalidAuthenticityToken
但這裏是細節..
我正在做一個排序的jQuery項目,觸及該軌道動作:
def update_order
params[:media].each_with_index do |id, index|
media = @organization.media.find(id)
media.do_not_touch = true
media.update_attribute('position', index+1)
end if params[:media]
render :nothing => true
end
我只是在尋找一個普遍原因,這個錯誤出現向上。