Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SEMVER-MAJOR] Discard sugar method for model creation #2401

Merged
merged 1 commit into from Sep 7, 2016

Commits on Sep 7, 2016

  1. Discard sugar method for model creation

    Current implementation of `app.model(modelName, settings)`
    works as a sugar for model creation. In 3.0, this is
    not supported anymore. This implementation reports an
    error when sugar is used for model creation.
    Includes:
     - Updated app.model() method
     - Fixed test cases reflecting the change
    gunjpan authored and bajtos committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    832e2c3 View commit details
    Browse the repository at this point in the history