(ownerID)
| 30 | }, |
| 31 | |
| 32 | fetchByOwner (ownerID) { |
| 33 | return fetchJson('/db/course_instance', { |
| 34 | data: { ownerID } |
| 35 | }) |
| 36 | }, |
| 37 | |
| 38 | fetchByClassroom (classroomID) { |
| 39 | return fetchJson('/db/course_instance', { |
nothing calls this directly
no outgoing calls
no test coverage detected