Skip to content

Commit 938ecab

Browse files
committed
Point out number of most object class names
1 parent a6b64ce commit 938ecab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

classes-taxonomy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ We can divide types into two abstract classes:
121121

122122
The abstract class `.object` encompasses classes that correspond with database records. These are typically a *type* of record that corresponds with a model name, such as `.work` or `.user`, but sometimes they're *specific* records, such as the `.rating-teen` class that corresponds with the [Teen and Up Audiences rating tag](https://archiveofourown.org/tags/Teen%20And%20Up%20Audiences).
123123

124+
These class names are almost always singular, with the exception of `tags`.
125+
124126
* .user
125127
* .work
126128
* .chapter

0 commit comments

Comments
 (0)