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.
8 lines
254 B
8 lines
254 B
5 years ago
|
json.course_module do
|
||
|
json.id @course_module.id
|
||
|
json.module_name @course_module.module_name
|
||
|
json.module_type @course_module.module_type
|
||
|
json.course_second_categories do
|
||
|
json.array! @course_module.course_second_categories, :id, :name
|
||
|
end
|
||
|
end
|