1767df33b0
Re-generate the schema using `bin/rake erd`. NB: there's a way to update the PDF automatically after each migration. But it requires `graphviz` to be installed locally, which I'm not sure I want to require by default.
204 B
204 B
database_models.pdf
The database models document is generated using the rails-erd
gem.
To update the generated PDF file:
- Install
graphviz
(e.g.brew install graphviz
) - Run
bin/rake erd