seedie
seedie copied to clipboard
Add a new generator that will generate and update/create new models when rails generator are triggered.
For example:
rails g model Post title content:text÷
This should automatically update seedie.yml and add post inside it.
There should also be a flag to disable update inside the initializer.