conductor
conductor copied to clipboard
Add a "deps" to Models
Allow a Model to depend on other models by supplying an array of dependencies that will be checked at runtime. The deps list would be a set of Strings, which would just do a quick check to see if the Model is already on the request or not. If it's not, it will warn or message an error so that developers can more easily see why their model is failing.