Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added by the gem's generator: ``` bundle exec rails g erd:install ``` We can run this task to generate an entity-relationship diagram e.g. ``` bundle exec rails db:migrate \ indirect=true \ inheritance=true \ polymorphism=true \ title="Complete (Ruby)" \ filename="doc/complete-auto-generated-entity-relationship-diagram" ``` See https://voormedia.github.io/rails-erd/customise.html for available options. We include the generated diagram in PDF form in our `doc` directory.
- Loading branch information