(models, options)
| 22 | } |
| 23 | |
| 24 | initialize (models, options) { |
| 25 | if (options == null) { options = {} } |
| 26 | this.options = options |
| 27 | this.forceCourseNumbering = this.options.forceCourseNumbering |
| 28 | return super.initialize(...arguments) |
| 29 | } |
| 30 | |
| 31 | _prepareModel (model, options) { |
| 32 | model.forceCourseNumbering = this.forceCourseNumbering |
nothing calls this directly
no outgoing calls
no test coverage detected