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/graduation_topics/index.json.jbuilder

7 lines
315 B

6 years ago
json.graduation_topic do
json.partial! 'topics', locals: {topics: @graduation_topic, current_user: @current_user, course_identity: @user_course_identity}
end
json.graduation_topic_count @graduation_topic_count
json.course_public @course.is_public
json.is_end @course.is_end
json.user_selected @user_selected