-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
.erdconfig
45 lines (43 loc) · 848 Bytes
/
.erdconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
title: CrimethInc. website domain model
attributes:
- foreign_keys
- inheritance
exclude:
- ActiveStorage::Blob
- ActiveStorage::Variant
- ActiveStorage::VariantRecord
- ActiveStorage::Attachment
- Record
- ApplicationRecord
- ActiveStorage::Record
- ActionText::Record
- ActionMailbox::Record
indirect: false
orientation: vertical
polymorphism: true
# Defaults:
# attributes:
# - content
# - foreign_keys
# - inheritance
# disconnected: true
# filename: erd
# filetype: pdf
# indirect: true
# inheritance: false
# markup: true
# notation: simple
# orientation: horizontal
# polymorphism: false
# sort: true
# warn: true
# exclude: null
# only: null
# only_recursion_depth: null
# prepend_primary: false
# cluster: false
# splines: spline
# fonts:
# normal: "Arial"
# bold: "Arial Bold"
# italic: "Arial Italic"