修改代码测试rake

This commit is contained in:
yuanke 2016-10-19 15:54:40 +08:00
parent 122bf26927
commit 33155b4185
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ namespace :findworktest do
puts "work_id="+worktest.student_work.id.to_s
puts "worktest_id="+worktest.id.to_s
puts "homework_common_id="+worktest.student_work.homework_common.id.to_s
puts "user_id="+worktest.student_work.user_id.to_s
allcount = allcount + 1
puts "allcount="+allcount.to_s
puts "------------------------------------"