summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/DesignDocument.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index fdb2a8c..cd3c682 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -105,6 +105,15 @@ TODO – Nathaniel write this.
# Design Details
## Class Descriptions and Interactions
+### MODELS
+
+ActiveRecord::Base (abstract)
+ : The abstract model that all other models inherit from.
+
+User
+ : This model represents all types of users; hosts, players, and
+ spectators. These roles are identified by a “role” attribute.
+
### VIEWS
layouts/application.html.erb