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

[5.3] Create a resource controller along with the model #15795

Merged
merged 1 commit into from
Oct 10, 2016
Merged

[5.3] Create a resource controller along with the model #15795

merged 1 commit into from
Oct 10, 2016

Commits on Oct 7, 2016

  1. create a resource controller along with the model

    it's incredibly common for me to make a resource controller for most of my models, so it'd be nice do it in one line.
    
    while this would be a nicety, I can also see someone arguing that this adds unnecessary complexity, when it's already easy enough to just run the commands one after the other.
    
    curious where you stand on this, because we could just as easily add an option to create a seeder at the same time.
    browner12 authored Oct 7, 2016
    Configuration menu
    Copy the full SHA
    3562235 View commit details
    Browse the repository at this point in the history