mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-10 06:49:49 +08:00
init project
This commit is contained in:
7
app/views/courses/tasks_list.json.jbuilder
Normal file
7
app/views/courses/tasks_list.json.jbuilder
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user