(ownerID, options)
| 35 | } |
| 36 | |
| 37 | fetchByOwner (ownerID, options) { |
| 38 | if (options == null) { options = {} } |
| 39 | if (options.data == null) { options.data = {} } |
| 40 | options.data.ownerID = ownerID |
| 41 | return this.fetch(options) |
| 42 | } |
| 43 | } |
| 44 | Classrooms.initClass() |
| 45 | return Classrooms |
no test coverage detected