Skip to content

Make model specification and loading more robust#47

Merged
dcbrandao merged 4 commits into
masterfrom
model-registry
Mar 13, 2019
Merged

Make model specification and loading more robust#47
dcbrandao merged 4 commits into
masterfrom
model-registry

Conversation

@dcbrandao

Copy link
Copy Markdown
Contributor

Right now, in relationships and parent table specifications, specifying
the model name requires a fully-specified class name. Adding a registry
so we don't have to load classes on the fly and instead register classes
as they load, so we can specify a less-qualified class name and avoid
having to read files to resolve a model class

Right now, in relationships and parent table specifications, specifying
the model name requires a fully-specified class name. Adding a registry
so we don't have to load classes on the fly and instead register classes
as they load, so we can specify a less-qualified class name and avoid
having to read files to resolve a model class
@dcbrandao dcbrandao merged commit aa844af into master Mar 13, 2019
@dcbrandao dcbrandao deleted the model-registry branch March 13, 2019 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants