mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 20:00:49 +08:00
7 lines
203 B
Ruby
7 lines
203 B
Ruby
json.tasks @tasks.each do |task|
|
|
json.user_name task.user.real_name
|
|
json.task_id task.id
|
|
json.task_name task.name
|
|
json.category task.course_second_category&.name
|
|
json.position task.position
|
|
end |