diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 083a3d6f..90ad0020 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -95,6 +95,7 @@ module ApplicationHelper ec_subitem.ec_student_achievements << EcStudentAchievement.new(:ec_year_student_id => year_student.id, :student_number => year_student.student_id, :student_name => year_student.name, :score => score.to_f, :position => position, :ec_course_evaluation_id => ce.id) + Rails.logger.info("############ec_subitem.ec_student_achievements:#{ec_subitem.ec_student_achievements.to_json}") Rails.logger.info("############work_score:#{score}") end end