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/courses/_category_info.json.jbuilder

6 lines
262 B

json.category_id category.id
json.category_name category.name
json.position category.position
json.category_count category_task_count(@course, category, @user)
json.category_type category.category_type_str
json.second_category_url category_url(category, @course)