You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/views/student_works/commit_des.json.jbuilder

7 lines
225 B

json.course_id @course.id
json.course_name @course.name
json.category @homework.category_info
json.homework_id @homework.id
json.user_name @current_user.real_name
json.work_id @work.id
json.description @work.description