去除错误代码

This commit is contained in:
sw 2015-03-27 14:14:11 +08:00
parent b9031095d4
commit 9af60424c2
1 changed files with 0 additions and 1 deletions

View File

@ -498,7 +498,6 @@ class CoursesController < ApplicationController
@issue_custom_fields = IssueCustomField.sorted.all
@trackers = Tracker.sorted.all
@course = Course.new
@course.op
@course.safe_attributes = params[:course]
month = Time.now.month
render :layout => 'new_base'