From 4d9fb3e3c4c9d5ac060b7b0e1172559343bf608c Mon Sep 17 00:00:00 2001 From: gonglexin <18008490802@163.com> Date: Thu, 30 Oct 2014 22:04:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/homework_attach_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/homework_attach_controller.rb b/app/controllers/homework_attach_controller.rb index 904cbeeea..ff26d45b0 100644 --- a/app/controllers/homework_attach_controller.rb +++ b/app/controllers/homework_attach_controller.rb @@ -42,7 +42,7 @@ class HomeworkAttachController < ApplicationController @homework_list = paginateHelper all_homework_list,10 @direction = direction == 'asc'? 'desc' : 'asc' respond_to do |format| - format.js. + format.js end end