remove string unkown

This commit is contained in:
yanxd 2013-11-05 20:57:11 +08:00
parent be72746a80
commit 9526f6d67a
1 changed files with 2 additions and 1 deletions

View File

@ -485,6 +485,7 @@ class ProjectsController < ApplicationController
@trackers = Tracker.sorted.all
@project = Project.new
@project.safe_attributes = params[:project]
logger.error "=======================================================#{params[:project].class}"
##add by huang
@course=Course.new
@course.safe_attributes = params[:course]
@ -774,7 +775,7 @@ class ProjectsController < ApplicationController
@subPage_title = l :label_student_list
@members = searchStudent(@project)
else
@subPage_title = 'unKown'
@subPage_title = ''
@members = []
end
else