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

Added model classes to config so they are easier to extend. #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2015

  1. Added model classes to config so they are easier to extend.

    Now you can specify the model classes to use in the config file and then write classes to extend them without having use traits and re-write all the relationships. Should work for all models other than the base model.
    Jon Wiersma committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    73915c6 View commit details
    Browse the repository at this point in the history
  2. Updated docs

    Jon Wiersma committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    de9335d View commit details
    Browse the repository at this point in the history
  3. Removed duplicate entry in config

    Jon Wiersma committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    84f0bee View commit details
    Browse the repository at this point in the history