Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information