| 722 | getOrMakeModelFromLink (link, linkObj) { |
| 723 | let Model |
| 724 | const makeUrlFunc = url => () => url |
| 725 | const modelUrl = link.split('/')[2] |
| 726 | const modelModule = linkObj.model || _.string.classify(modelUrl) |
| 727 | let modulePath = `models/${modelModule}` |
nothing calls this directly
no outgoing calls
no test coverage detected