(options)
| 32 | }, |
| 33 | |
| 34 | send (options) { |
| 35 | if (options == null) { options = {} } |
| 36 | options.type = 'POST' |
| 37 | options.url = '/contact' |
| 38 | return $.ajax(options) |
| 39 | }, |
| 40 | |
| 41 | sendParentSignupInstructions (parentEmail) { |
| 42 | const jqxhr = $.ajax('/contact/send-parent-signup-instructions', { |
nothing calls this directly
no outgoing calls
no test coverage detected