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.
|
json.course_evaluations do
|
|
json.array! @course_evaluations do |course_evaluation|
|
|
json.partial! 'ecs/course_evaluations/shared/ec_course_evaluation_slim', ec_course_evaluation: course_evaluation
|
|
|
|
json.evaluation_relates course_evaluation.evaluation_relates
|
|
end
|
|
end |